diff options
Diffstat (limited to 'include/asm-mips/keyboard.h')
-rw-r--r-- | include/asm-mips/keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/keyboard.h b/include/asm-mips/keyboard.h index 70c4d8174..303f98958 100644 --- a/include/asm-mips/keyboard.h +++ b/include/asm-mips/keyboard.h @@ -25,6 +25,7 @@ extern char pckbd_unexpected_up(unsigned char keycode); extern void pckbd_leds(unsigned char leds); extern void pckbd_init_hw(void); extern unsigned char pckbd_sysrq_xlate[128]; +extern void kbd_forward_char (int ch); #define kbd_setkeycode pckbd_setkeycode #define kbd_getkeycode pckbd_getkeycode |