Xen Test Framework
xenbus.h
Go to the documentation of this file.
1 #ifndef XTF_XENBUS_H
2 #define XTF_XENBUS_H
3 
4 #include <xtf/types.h>
5 #include <xtf/compiler.h>
6 #include <xen/event_channel.h>
7 #include <xen/io/xs_wire.h>
8 
10 
11 #endif /* XTF_XENBUS_H */
12 
13 /*
14  * Local variables:
15  * mode: C
16  * c-file-style: "BSD"
17  * c-basic-offset: 4
18  * tab-width: 4
19  * indent-tabs-mode: nil
20  * End:
21  */
Common declarations for all tests.
void init_xenbus(xenbus_interface_t *ring, evtchn_port_t port)
Definition: xenbus.c:12
uint32_t evtchn_port_t
Definition: event_channel.h:11