summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/keyboard.h
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2001-01-28 12:34:37 +0000
committerHarald Koerfgen <hkoerfg@web.de>2001-01-28 12:34:37 +0000
commit6818c90ebbc6c10c9494c4e8e089db762ddd54c1 (patch)
treeeb9696eebe28a49563d87722860f168254af3d77 /include/asm-mips/keyboard.h
parenta24f6673f6d58683abe7eacacb1b524d58837409 (diff)
zs and LK201 fixes from Maciej
Diffstat (limited to 'include/asm-mips/keyboard.h')
-rw-r--r--include/asm-mips/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/keyboard.h b/include/asm-mips/keyboard.h
index 7bd351a4c..864154e2a 100644
--- a/include/asm-mips/keyboard.h
+++ b/include/asm-mips/keyboard.h
@@ -47,6 +47,7 @@ extern int kbd_translate(unsigned char scancode, unsigned char *keycode,
extern char kbd_unexpected_up(unsigned char keycode);
extern void kbd_leds(unsigned char leds);
extern void kbd_init_hw(void);
+extern unsigned char *kbd_sysrq_xlate;
#endif