summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand/promdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/stand/promdev.c')
-rw-r--r--sys/arch/sparc/stand/promdev.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/sparc/stand/promdev.c b/sys/arch/sparc/stand/promdev.c
index 94ab155eff0..48a51cb9c12 100644
--- a/sys/arch/sparc/stand/promdev.c
+++ b/sys/arch/sparc/stand/promdev.c
@@ -45,6 +45,8 @@
#include "promdev.h"
+u_long _randseed = 1;
+
int obp_close __P((struct open_file *));
int obp_strategy __P((void *, int, daddr_t, size_t, void *, size_t *));
@@ -413,6 +415,12 @@ getchar()
}
int
+cngetc()
+{
+ return getchar();
+}
+
+int
peekchar()
{
char c;