Changes in uspace/srv/hid/input/port/niagara.c [3e6a98c5:fbcdeb8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/niagara.c
r3e6a98c5 rfbcdeb8 31 31 * @ingroup kbd 32 32 * @{ 33 */ 33 */ 34 34 /** @file 35 * @brief 35 * @brief Niagara console keyboard port driver. 36 36 */ 37 37 … … 39 39 #include <ddi.h> 40 40 #include <async.h> 41 #include <kbd.h> 42 #include <kbd_port.h> 41 43 #include <sysinfo.h> 42 44 #include <stdio.h> 43 45 #include <thread.h> 44 #include < stdbool.h>46 #include <bool.h> 45 47 #include <errno.h> 46 #include "../kbd_port.h"47 #include "../kbd.h"48 48 49 49 static int niagara_port_init(kbd_dev_t *);
Note:
See TracChangeset
for help on using the changeset viewer.