#include <ddi.h>
#include <libarch/ddi.h>
#include <async.h>
#include <unistd.h>
#include <sysinfo.h>
#include <kbd_port.h>
#include <kbd.h>
#include <stdio.h>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | PL050_STAT_RXFULL (1 << 4) |
Functions | |
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) |
static void | pl050_irq_handler (ipc_callid_t iid, ipc_call_t *call) |
Variables | |
static irq_cmd_t | pl050_cmds [] |
static irq_code_t | pl050_kbd |
Definition in file pl050.c.