diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /include/linux/kbd_ll.h | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'include/linux/kbd_ll.h')
-rw-r--r-- | include/linux/kbd_ll.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/kbd_ll.h b/include/linux/kbd_ll.h index d83f9ea8a..26a30c12a 100644 --- a/include/linux/kbd_ll.h +++ b/include/linux/kbd_ll.h @@ -9,4 +9,9 @@ extern struct pt_regs *kbd_pt_regs; void handle_scancode(unsigned char scancode); +/* + * Interface for to the host specific interupt setup code + */ +void keyboard_interrupt(int irq, void *dev_id, struct pt_regs *regs); + #endif /* _KBD_LL_H */ |