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