More Makefile cleanups, otherwise mainly noticeable are the netfilter fix
[davej-history.git] / include / linux / kbd_ll.h
blob02ebf8ec8c55b7a749dbff3824213d3bcad8f297
1 /*
2 * Interface between the low-level keyboard driver and the keymapper
3 */
5 #ifndef _KBD_LL_H
6 #define _KBD_LL_H
8 extern struct pt_regs *kbd_pt_regs;
10 void handle_scancode(unsigned char scancode, int down);
12 #endif /* _KBD_LL_H */