Changes in uspace/srv/hid/input/port/gxemul.c [b6a088f:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/gxemul.c
rb6a088f r9d58539 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> 40 42 #include <ddi.h> 41 43 #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.