source: bootcd/isolinux/syslinux-6.03/gpxe/src/include/pc_kbd.h @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 87 bytes
Line 
1#ifndef _PC_KBD_H
2#define _PC_KBD_H
3
4int kbd_ischar(void);
5
6int kbd_getc(void);
7#endif
Note: See TracBrowser for help on using the repository browser.