diff options
Diffstat (limited to 'src/pc80/keyboard.c')
-rw-r--r-- | src/pc80/keyboard.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/pc80/keyboard.c b/src/pc80/keyboard.c index 9dc56b5698..a7ecf8cbd3 100644 --- a/src/pc80/keyboard.c +++ b/src/pc80/keyboard.c @@ -1,9 +1,5 @@ -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - #include <arch/io.h> -#include <subr.h> + /* much better keyboard init courtesy ollie@sis.com.tw TODO: Typematic Setting, the keyboard is too slow for me */ void pc_keyboard_init() |