Changes in uspace/srv/hid/input/port/gxemul.c [9d58539:b6a088f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/gxemul.c
r9d58539 rb6a088f 31 31 * @{ 32 32 * @ingroup kbd 33 */ 33 */ 34 34 /** @file 35 * @brief 35 * @brief GXEmul keyboard port driver. 36 36 */ 37 37 38 38 #include <async.h> 39 39 #include <sysinfo.h> 40 #include <kbd_port.h>41 #include <kbd.h>42 40 #include <ddi.h> 43 41 #include <errno.h> 42 #include "../kbd_port.h" 43 #include "../kbd.h" 44 44 45 45 static int gxemul_port_init(kbd_dev_t *);
Note:
See TracChangeset
for help on using the changeset viewer.