Changes in uspace/srv/hid/input/port/pl050.c [8486c07:b6a088f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/pl050.c
r8486c07 rb6a088f 41 41 #include <unistd.h> 42 42 #include <sysinfo.h> 43 #include <kbd_port.h>44 #include <kbd.h>45 43 #include <ddi.h> 46 44 #include <stdio.h> 47 45 #include <errno.h> 46 #include "../kbd_port.h" 47 #include "../kbd.h" 48 48 49 49 static int pl050_port_init(kbd_dev_t *);
Note:
See TracChangeset
for help on using the changeset viewer.