Changes in uspace/srv/hid/input/ctl/kbdev.c [b6a088f:3123d2a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/ctl/kbdev.c
rb6a088f r3123d2a 40 40 #include <errno.h> 41 41 #include <fcntl.h> 42 #include <gsp.h> 42 43 #include <io/console.h> 43 44 #include <io/keycode.h> 44 45 #include <ipc/kbdev.h> 46 #include <input.h> 47 #include <kbd.h> 48 #include <kbd_ctl.h> 49 #include <kbd_port.h> 45 50 #include <loc.h> 46 51 #include <stdlib.h> 47 52 #include <vfs/vfs_sess.h> 48 53 #include <sys/typefmt.h> 49 #include "../gsp.h"50 #include "../input.h"51 #include "../kbd.h"52 #include "../kbd_ctl.h"53 #include "../kbd_port.h"54 54 55 55 static int kbdev_ctl_init(kbd_dev_t *);
Note:
See TracChangeset
for help on using the changeset viewer.