summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/keyboard.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-m68k/keyboard.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-m68k/keyboard.h')
-rw-r--r--include/asm-m68k/keyboard.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/asm-m68k/keyboard.h b/include/asm-m68k/keyboard.h
new file mode 100644
index 000000000..6c8c0abff
--- /dev/null
+++ b/include/asm-m68k/keyboard.h
@@ -0,0 +1,22 @@
+/*
+ * linux/include/asm-m68k/keyboard.h
+ *
+ * Created 3 Nov 1996 by Geert Uytterhoeven
+ */
+
+/*
+ * This file contains the m68k architecture specific keyboard definitions
+ */
+
+#ifndef __M68K_KEYBOARD_H
+#define __M68K_KEYBOARD_H
+
+#ifdef __KERNEL__
+
+#define TRANSLATE_SCANCODES 0
+#define USE_MACHDEP_ABSTRACTION 1
+#include <asm/machdep.h>
+
+#endif /* __KERNEL__ */
+
+#endif /* __ASMm68k_KEYBOARD_H */