diff options
Diffstat (limited to 'sys/boot/i386/common/cons.c')
-rw-r--r-- | sys/boot/i386/common/cons.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/i386/common/cons.c b/sys/boot/i386/common/cons.c index 97019c6..b967d9b 100644 --- a/sys/boot/i386/common/cons.c +++ b/sys/boot/i386/common/cons.c @@ -97,6 +97,13 @@ xgetc(int fn) } int +getchar(void) +{ + + return (xgetc(0)); +} + +int keyhit(unsigned int secs) { uint32_t t0, t1; |