patch-2.4.9 linux/include/asm-arm/keyboard.h
Next file: linux/include/asm-arm/mach/amba_kmi.h
Previous file: linux/include/asm-arm/io.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun Aug 12 17:36:24 2001
- Orig file:
v2.4.8/linux/include/asm-arm/keyboard.h
- Orig date:
Mon Sep 18 15:15:23 2000
diff -u --recursive --new-file v2.4.8/linux/include/asm-arm/keyboard.h linux/include/asm-arm/keyboard.h
@@ -23,6 +23,12 @@
#include <asm/arch/keyboard.h>
+#ifndef kbd_rate
+struct kbd_repeat;
+
+extern int kbd_rate(struct kbd_repeat *rate) __attribute__((weak));
+#endif
+
#endif /* __KERNEL__ */
#endif /* __ASM_ARM_KEYBOARD_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)