8 lines
68 B
C
8 lines
68 B
C
|
#ifndef KBD_H
|
||
|
#define KBD_H
|
||
|
|
||
|
u8 inb(u16);
|
||
|
s8 waitkey(void);
|
||
|
|
||
|
#endif
|