pc_kbd.h revision a734c64bff58bda2fa48c2795453e092167b0ff7
#ifndef _PC_KBD_H
#define _PC_KBD_H
int kbd_ischar(void);
int kbd_getc(void);
#endif