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