iPXE
pc_kbd.h
Go to the documentation of this file.
1 #ifndef _PC_KBD_H
2 #define _PC_KBD_H
3 
4 int kbd_ischar(void);
5 
6 int kbd_getc(void);
7 #endif
int kbd_ischar(void)
int kbd_getc(void)