#include <ipc/char.h>
#include <async.h>
#include <kbd_port.h>
#include <kbd.h>
#include <vfs/vfs.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | NAME "kbd" |
Functions | |
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 |
static const char * | in_devs [] |
List of devices to try connecting to. | |
static const int | num_devs = sizeof(in_devs) / sizeof(in_devs[0]) |
Definition in file chardev.c.