Changes in uspace/srv/hid/input/ctl/pc.c [b6a088f:1875a0c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/pc.c
rb6a088f r1875a0c 36 36 */ 37 37 38 #include <kbd.h> 38 39 #include <io/console.h> 39 40 #include <io/keycode.h> 40 #include "../gsp.h" 41 #include "../kbd.h" 42 #include "../kbd_port.h" 43 #include "../kbd_ctl.h" 41 #include <kbd_ctl.h> 42 #include <kbd_port.h> 43 #include <gsp.h> 44 44 45 45 static void pc_ctl_parse(sysarg_t);
Note:
See TracChangeset
for help on using the changeset viewer.