Initial revision

This commit is contained in:
Michael Brown
2005-03-08 18:53:11 +00:00
commit 3d6123e69a
373 changed files with 114041 additions and 0 deletions

7
src/include/pc_kbd.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _PC_KBD_H
#define _PC_KBD_H
int kbd_ischar(void);
int kbd_getc(void);
#endif