mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
8 lines
87 B
C
8 lines
87 B
C
|
|
#ifndef _PC_KBD_H
|
||
|
|
#define _PC_KBD_H
|
||
|
|
|
||
|
|
int kbd_ischar(void);
|
||
|
|
|
||
|
|
int kbd_getc(void);
|
||
|
|
#endif
|