Changes in uspace/srv/hid/input/layout/cz.c [9d58539:b6a088f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/layout/cz.c
r9d58539 rb6a088f 33 33 34 34 #include <errno.h> 35 #include <input.h>36 35 #include <io/console.h> 37 36 #include <io/keycode.h> 38 37 #include <bool.h> 39 #include <layout.h>40 38 #include <stdlib.h> 39 #include "../input.h" 40 #include "../layout.h" 41 41 42 42 static int cz_create(layout_t *);
Note:
See TracChangeset
for help on using the changeset viewer.