Changeset 0175246 in mainline for uspace/srv/kbd/include/layout.h
- Timestamp:
- 2009-04-05T16:20:02Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 482c86f
- Parents:
- 56fa418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/include/layout.h
r56fa418 r0175246 41 41 #include <sys/types.h> 42 42 43 extern wchar_t layout_parse_ev(kbd_event_t *); 43 typedef struct { 44 wchar_t (*parse_ev)(kbd_event_t *); 45 } layout_op_t; 46 47 extern layout_op_t us_qwerty_op; 48 extern layout_op_t us_dvorak_op; 49 extern layout_op_t cz_op; 44 50 45 51 #endif
Note:
See TracChangeset
for help on using the changeset viewer.