diff options
Diffstat (limited to 'include/linux/kbd_ll.h')
-rw-r--r-- | include/linux/kbd_ll.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kbd_ll.h b/include/linux/kbd_ll.h index d83f9ea8a..02ebf8ec8 100644 --- a/include/linux/kbd_ll.h +++ b/include/linux/kbd_ll.h @@ -7,6 +7,6 @@ extern struct pt_regs *kbd_pt_regs; -void handle_scancode(unsigned char scancode); +void handle_scancode(unsigned char scancode, int down); #endif /* _KBD_LL_H */ |