#include <ipc/adb.h>
#include <async.h>
#include <kbd_port.h>
#include <kbd.h>
#include <vfs/vfs.h>
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
| #define | NAME "kbd" |
Functions | |
| static void | adb_kbd_reg0_data (uint16_t data) |
| static void | kbd_port_events (ipc_callid_t iid, ipc_call_t *icall) |
| int | kbd_port_init (void) |
| Initializes keyboard handler. | |
| void | kbd_port_reclaim (void) |
| void | kbd_port_write (uint8_t data) |
| void | kbd_port_yield (void) |
Variables | |
| static int | dev_phone |
Definition in file adb.c.
1.4.7