#include <async.h>
#include <sysinfo.h>
#include <kbd_port.h>
#include <kbd.h>
#include <ddi.h>
#include <errno.h>
Go to the source code of this file.
| 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 | msim_irq_handler (ipc_callid_t iid, ipc_call_t *call) | 
| Variables | |
| irq_cmd_t | msim_cmds [] | 
| irq_code_t | msim_kbd | 
Definition in file msim.c.
 1.4.7
 1.4.7