Changes in uspace/srv/hid/input/port/pl050.c [b6a088f:8486c07] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/pl050.c
rb6a088f r8486c07 41 41 #include <unistd.h> 42 42 #include <sysinfo.h> 43 #include <kbd_port.h> 44 #include <kbd.h> 43 45 #include <ddi.h> 44 46 #include <stdio.h> 45 47 #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.