patch-2.2.7 linux/include/asm-alpha/keyboard.h
Next file: linux/include/asm-alpha/semaphore.h
Previous file: linux/fs/vfat/namei.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Mon Apr 26 10:54:25 1999
-  Orig file: 
v2.2.6/linux/include/asm-alpha/keyboard.h
-  Orig date: 
Thu Jul 31 13:09:18 1997
diff -u --recursive --new-file v2.2.6/linux/include/asm-alpha/keyboard.h linux/include/asm-alpha/keyboard.h
@@ -18,7 +18,6 @@
 
 extern int pckbd_setkeycode(unsigned int scancode, unsigned int keycode);
 extern int pckbd_getkeycode(unsigned int scancode);
-extern int pckbd_pretranslate(unsigned char scancode, char raw_mode);
 extern int pckbd_translate(unsigned char scancode, unsigned char *keycode,
 			   char raw_mode);
 extern char pckbd_unexpected_up(unsigned char keycode);
@@ -28,7 +27,6 @@
 
 #define kbd_setkeycode		pckbd_setkeycode
 #define kbd_getkeycode		pckbd_getkeycode
-#define kbd_pretranslate	pckbd_pretranslate
 #define kbd_translate		pckbd_translate
 #define kbd_unexpected_up	pckbd_unexpected_up
 #define kbd_leds		pckbd_leds
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)