--- Net2/arch/i386/isa/isa.h 2018/04/24 18:04:01 1.1 +++ Net2/arch/i386/isa/isa.h 2018/04/24 18:07:08 1.1.1.2 @@ -43,6 +43,9 @@ #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