summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-05-23 05:23:53 +0000
committerngie <ngie@FreeBSD.org>2016-05-23 05:23:53 +0000
commitf96505120260da281a50efdd9dd35ba23971a58d (patch)
tree278eae95c341d686a1e0bd808a097bcb69c0a5c8 /sys/boot
parent4b70d73d6882d2b1546b9f4025a4087d36cf5864 (diff)
downloadFreeBSD-src-f96505120260da281a50efdd9dd35ba23971a58d.zip
FreeBSD-src-f96505120260da281a50efdd9dd35ba23971a58d.tar.gz
MFC r299655:
Add missing prototype for getchar(..)
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/common/cons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/common/cons.h b/sys/boot/i386/common/cons.h
index fe00a13..73474fb 100644
--- a/sys/boot/i386/common/cons.h
+++ b/sys/boot/i386/common/cons.h
@@ -28,6 +28,7 @@ void xputc(int c);
void putchar(int c);
int getc(int fn);
int xgetc(int fn);
+int getchar(void);
int keyhit(unsigned int secs);
void getstr(char *cmdstr, size_t cmdstrsize);
OpenPOWER on IntegriCloud