Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
Go to the source code of this file.
Data Structures | |
struct | event_channel_handle |
Typedefs | |
typedef void(* | evtchn_cb_t) (void *priv) |
typedef struct event_channel_handle | evtchn_handle_t |
Functions | |
void | notify_evtchn (evtchn_port_t port) |
int | bind_event_channel (evtchn_port_t port, evtchn_cb_t cb, void *data) |
int | unbind_event_channel (evtchn_port_t port) |
int | xen_events_init (void) |
typedef void(* evtchn_cb_t) (void *priv) |
typedef struct event_channel_handle evtchn_handle_t |
int bind_event_channel | ( | evtchn_port_t | port, |
evtchn_cb_t | cb, | ||
void * | data | ||
) |
void notify_evtchn | ( | evtchn_port_t | port | ) |
int unbind_event_channel | ( | evtchn_port_t | port | ) |
int xen_events_init | ( | void | ) |