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