386BSD 0.1 development
[unix-history] / usr / src / sys.386bsd / i386 / isa / isa.h
index 6555f7e..c573639 100644 (file)
@@ -43,6 +43,9 @@
 #ifndef LOCORE
 unsigned char inb(), rtcin();
 void outb();
 #ifndef LOCORE
 unsigned char inb(), rtcin();
 void outb();
+extern unsigned int atdevbase; /* offset in virtual memory of ISA io mem */
+void sysbeep(int,int);
+unsigned kbd_8042cmd(int);
 #endif
 
 
 #endif