URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [linux/] [kbd_ll.h] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Interface between the low-level keyboard driver and the keymapper */ #ifndef _KBD_LL_H #define _KBD_LL_H extern struct pt_regs *kbd_pt_regs; void handle_scancode(unsigned char scancode, int down); #endif /* _KBD_LL_H */
Go to most recent revision | Compare with Previous | Blame | View Log