summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
Diffstat (limited to 'i386')
-rw-r--r--i386/i386at/kd.c1
-rw-r--r--i386/i386at/kd.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
index 9182e26..2404eaf 100644
--- a/i386/i386at/kd.c
+++ b/i386/i386at/kd.c
@@ -1149,7 +1149,6 @@ kdstop(tp, flags)
void
kdinit()
{
- void kd_xga_init();
unsigned char k_comm; /* keyboard command byte */
if (kd_initialized)
diff --git a/i386/i386at/kd.h b/i386/i386at/kd.h
index 29c3611..9909341 100644
--- a/i386/i386at/kd.h
+++ b/i386/i386at/kd.h
@@ -792,4 +792,6 @@ unsigned char state2leds(int state);
void kdstart(struct tty *tp);
void kdstop(struct tty *tp, int flags);
+void kd_xga_init(void);
+
#endif /* _KD_H_ */