Xen Test Framework
event_channel.h
Go to the documentation of this file.
1#ifndef XEN_PUBLIC_EVENT_CHANNEL_H
2#define XEN_PUBLIC_EVENT_CHANNEL_H
3
4#include <xen/xen.h>
5
6#define EVTCHNOP_send 4
7#define EVTCHNOP_alloc_unbound 6
8#define EVTCHNOP_init_control 11
9#define EVTCHNOP_expand_array 12
10
12
14 /* IN parameters. */
16 /* OUT parameters. */
18};
19
21 /* IN parameters. */
25 /* OUT parameters. */
28};
29
31 /* IN parameters. */
33};
34
35#endif /* XEN_PUBLIC_EVENT_CHANNEL_H */
36
37/*
38 * Local variables:
39 * mode: C
40 * c-file-style: "BSD"
41 * c-basic-offset: 4
42 * tab-width: 4
43 * indent-tabs-mode: nil
44 * End:
45 */
uint32_t evtchn_port_t
Definition: event_channel.h:11
__UINT32_TYPE__ uint32_t
Definition: stdint.h:16
__UINT64_TYPE__ uint64_t
Definition: stdint.h:17
__UINT8_TYPE__ uint8_t
Definition: stdint.h:14
evtchn_port_t port
Definition: event_channel.h:17
uint16_t domid_t
Definition: xen.h:66