repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding debian version 3.70~pre8+dfsg-1.
[syslinux-debian/hramrach.git]
/
gpxe
/
src
/
include
/
pc_kbd.h
blob
c125efa08cf3b28c70115cd7a28d4f7bc1118e52
1
#ifndef _PC_KBD_H
2
#define _PC_KBD_H
3
4
int
kbd_ischar
(
void
);
5
6
int
kbd_getc
(
void
);
7
#endif