patch-2.4.4 linux/drivers/char/scan_keyb.h

Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/scan_keyb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/drivers/char/scan_keyb.h linux/drivers/char/scan_keyb.h
@@ -6,7 +6,7 @@
  *	Generic scan keyboard driver
  */
 
-int register_scan_keyboard(void (*scan)(unsigned char *buffer),
+int register_scan_keyboard(int (*scan)(unsigned char *buffer),
 			   const unsigned char *table,
 			   int length);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)