Xen Test Framework
|
#include <xen/xen.h>
Go to the source code of this file.
Data Structures | |
struct | evtchn_alloc_unbound |
struct | evtchn_init_control |
struct | evtchn_expand_array |
Macros | |
#define | EVTCHNOP_send 4 |
#define | EVTCHNOP_alloc_unbound 6 |
#define | EVTCHNOP_init_control 11 |
#define | EVTCHNOP_expand_array 12 |
Typedefs | |
typedef uint32_t | evtchn_port_t |
#define EVTCHNOP_send 4 |
Definition at line 6 of file event_channel.h.
#define EVTCHNOP_alloc_unbound 6 |
Definition at line 7 of file event_channel.h.
#define EVTCHNOP_init_control 11 |
Definition at line 8 of file event_channel.h.
#define EVTCHNOP_expand_array 12 |
Definition at line 9 of file event_channel.h.
typedef uint32_t evtchn_port_t |
Definition at line 11 of file event_channel.h.