Xen Test Framework
include
xtf.h
Go to the documentation of this file.
1
6
#ifndef XTF_H
7
#define XTF_H
8
9
/* Primitives */
10
#include <
xtf/compiler.h
>
11
#include <
xtf/types.h
>
12
#include <
xtf/numbers.h
>
13
14
#include <
xtf/lib.h
>
15
#include <
xtf/libc.h
>
16
17
/* Core test functionality */
18
#include <
xtf/report.h
>
19
#include <
xtf/test.h
>
20
21
/* Optional functionality */
22
#include <
xtf/atomic.h
>
23
#include <
xtf/bitops.h
>
24
#include <
xtf/elf.h
>
25
#include <
xtf/grant_table.h
>
26
#include <
xtf/hypercall.h
>
27
#include <
xtf/traps.h
>
28
#include <
xtf/xenbus.h
>
29
#include <
xtf/xenstore.h
>
30
31
/* Arch specific headers. */
32
#include <
arch/xtf.h
>
33
34
#endif
/* XTF_H */
35
36
/*
37
* Local variables:
38
* mode: C
39
* c-file-style: "BSD"
40
* c-basic-offset: 4
41
* tab-width: 4
42
* indent-tabs-mode: nil
43
* End:
44
*/
xtf.h
atomic.h
compiler.h
elf.h
hypercall.h
bitops.h
Low level bit operations.
lib.h
test.h
API for tests.
traps.h
libc.h
numbers.h
Primatives for number manipulation.
report.h
API for reporting test status.
types.h
Common declarations for all tests.
xenbus.h
xenstore.h
Xenstore driver.
grant_table.h
A driver for the Xen Grant Table interface.
Generated by
1.9.4