1 #include "serial.h" 2 #ifndef KBDBASE 3 #define KBDBASE 0x60 4 #endif 5 6 void disablekbd (void); 7 void enablekbd (void); 8 int checkkbdlock (void);