patch-2.1.31 linux/include/linux/keyboard.h
Next file: linux/include/linux/ncp.h
Previous file: linux/include/linux/ipx.h
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Thu Mar 27 14:36:39 1997
-  Orig file: 
v2.1.30/linux/include/linux/keyboard.h
-  Orig date: 
Thu Nov  7 01:25:56 1996
diff -u --recursive --new-file v2.1.30/linux/include/linux/keyboard.h linux/include/linux/keyboard.h
@@ -19,10 +19,13 @@
 	may increase the number of keymaps beyond MAX_NR_OF_USER_KEYMAPS. */
 #define MAX_NR_OF_USER_KEYMAPS 256 	/* should be at least 7 */
 
+#ifdef __KERNEL__
 extern const int NR_TYPES;
 extern const int max_vals[];
 extern unsigned short *key_maps[MAX_NR_KEYMAPS];
 extern unsigned short plain_map[NR_KEYS];
+extern struct wait_queue * keypress_wait;
+#endif
 
 #define MAX_NR_FUNC	256	/* max nr of strings assigned to keys */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov