mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
Initial revision
This commit is contained in:
7
src/include/pc_kbd.h
Normal file
7
src/include/pc_kbd.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _PC_KBD_H
|
||||
#define _PC_KBD_H
|
||||
|
||||
int kbd_ischar(void);
|
||||
|
||||
int kbd_getc(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user