Xen Test Framework
include
xtf
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
9
void
init_xenbus
(
xenbus_interface_t
*ring,
evtchn_port_t
port);
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
*/
compiler.h
event_channel.h
evtchn_port_t
uint32_t evtchn_port_t
Definition:
event_channel.h:11
xenbus_interface
Definition:
xs_wire.h:12
types.h
Common declarations for all tests.
init_xenbus
void init_xenbus(xenbus_interface_t *ring, evtchn_port_t port)
Definition:
xenbus.c:12
xs_wire.h
Generated by
1.9.4