diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 16:12:23 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 16:12:23 +0000 |
commit | 430111b9d1472ef72d9960020eb3eb28e276ca7e (patch) | |
tree | 2c2f73a131983260260fb6abb4172378cfa3afbb /src/pc80/keyboard.c | |
parent | aa4b4e031f9f48840aca3c4961d3edf59701eea7 (diff) | |
download | coreboot-430111b9d1472ef72d9960020eb3eb28e276ca7e.tar.xz |
It builds!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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() |