URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [baremetal/] [kmi_service/] [include/] [keyboard.h] - Rev 7
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Keyboard details. */ #ifndef __KEYBOARD_H__ #define __KEYBOARD_H__ #include <libdev/kmi.h> /* * Keyboard structure */ struct keyboard { unsigned long base; /* Virtual base address */ struct capability cap; /* Capability describing keyboard */ struct keyboard_state state; }; #endif /* __KEYBOARD_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log