Changes in uspace/srv/hid/kbd/include/layout.h [b3d513f:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/include/layout.h
rb3d513f r79ae36dd 43 43 typedef struct { 44 44 void (*reset)(void); 45 wchar_t (*parse_ev)( console_event_t *);45 wchar_t (*parse_ev)(kbd_event_t *); 46 46 } layout_op_t; 47 47
Note:
See TracChangeset
for help on using the changeset viewer.