aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9182e260..2404eaff 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 29c36112..9909341e 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_ */