Xen Test Framework
Data Structures | Macros | Typedefs
event_channel.h File Reference
#include <xen/xen.h>
+ Include dependency graph for event_channel.h:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ EVTCHNOP_send

#define EVTCHNOP_send   4

Definition at line 6 of file event_channel.h.

◆ EVTCHNOP_alloc_unbound

#define EVTCHNOP_alloc_unbound   6

Definition at line 7 of file event_channel.h.

◆ EVTCHNOP_init_control

#define EVTCHNOP_init_control   11

Definition at line 8 of file event_channel.h.

◆ EVTCHNOP_expand_array

#define EVTCHNOP_expand_array   12

Definition at line 9 of file event_channel.h.

Typedef Documentation

◆ evtchn_port_t

Definition at line 11 of file event_channel.h.