aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/kd.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/kd.h')
-rw-r--r--i386/i386at/kd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/i386/i386at/kd.h b/i386/i386at/kd.h
index ea0d4e13..53fbce51 100644
--- a/i386/i386at/kd.h
+++ b/i386/i386at/kd.h
@@ -77,6 +77,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <device/cons.h>
#include <device/io_req.h>
#include <device/buf.h>
+#include <device/input.h>
#include <device/tty.h>
#include <i386at/kdsoft.h>
@@ -272,11 +273,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define KS_CTLED 0x20
-/*
- * Scancode values, not to be confused with Ascii values.
- */
-typedef u_char Scancode;
-
/* special codes */
#define K_UP 0x80 /* OR'd in if key below is released */
#define K_EXTEND 0xe0 /* marker for "extended" sequence */