git://git.qemu.org
/
ipxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[block] Add generic block device translator
[ipxe.git]
/
src
/
include
/
pc_kbd.h
1
#ifndef _PC_KBD_H
2
#define _PC_KBD_H
3
4
int
kbd_ischar
(
void
);
5
6
int
kbd_getc
(
void
);
7
#endif