patch-2.1.109 linux/include/linux/kbd_kern.h
Next file: linux/include/linux/linux_logo.h
Previous file: linux/include/linux/ipx.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Jul 10 15:18:32 1998
- Orig file:
v2.1.108/linux/include/linux/kbd_kern.h
- Orig date:
Fri Feb 6 15:33:19 1998
diff -u --recursive --new-file v2.1.108/linux/include/linux/kbd_kern.h linux/include/linux/kbd_kern.h
@@ -138,4 +138,17 @@
#define U(x) ((x) ^ 0xf000)
+/* keyboard.c */
+
+struct console;
+
+int getkeycode(unsigned int scancode);
+int setkeycode(unsigned int scancode, unsigned int keycode);
+void compute_shiftstate(void);
+int keyboard_wait_for_keypress(struct console *);
+
+/* defkeymap.c */
+
+extern unsigned int keymap_count;
+
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov