#include <ipc/char.h>#include <async.h>#include <vfs/vfs.h>#include <fcntl.h>#include <errno.h>#include <char_mouse.h>#include <mouse_port.h>Go to the source code of this file.
Defines | |
| #define | NAME "char_mouse" |
Functions | |
| static void | chardev_events (ipc_callid_t iid, ipc_call_t *icall) |
| int | mouse_port_init (void) |
| void | mouse_port_reclaim (void) |
| void | mouse_port_write (uint8_t data) |
| void | mouse_port_yield (void) |
Variables | |
| static int | dev_phone |
Definition in file chardev.c.
1.4.7