source:
bootcd/isolinux/syslinux-6.03/gpxe/src/include/pc_kbd.h
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 87 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | #ifndef _PC_KBD_H |
2 | #define _PC_KBD_H | |
3 | ||
4 | int kbd_ischar(void); | |
5 | ||
6 | int kbd_getc(void); | |
7 | #endif |
Note: See TracBrowser
for help on using the repository browser.