#include <libc.h>
#include <event.h>
#include <kernel/ipc/event_types.h>
Go to the source code of this file.
Functions | |
int | event_subscribe (event_type_t evno, sysarg_t imethod) |
Subscribe event notifications. | |
int | event_unmask (event_type_t evno) |
Unmask event notifications. |
Definition in file event.c.