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/exlog.h
>
26
#include <
xtf/grant_table.h
>
27
#include <
xtf/hypercall.h
>
28
#include <
xtf/traps.h
>
29
#include <
xtf/xenbus.h
>
30
#include <
xtf/xenstore.h
>
31
32
/* Arch specific headers. */
33
#include <
arch/xtf.h
>
34
35
#endif
/* XTF_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
*/
test.h
API for tests.
exlog.h
types.h
Common declarations for all tests.
traps.h
numbers.h
Primatives for number manipulation.
compiler.h
elf.h
hypercall.h
atomic.h
bitops.h
Low level bit operations.
xenbus.h
xtf.h
lib.h
grant_table.h
A driver for the Xen Grant Table interface.
xenstore.h
Xenstore driver.
libc.h
report.h
API for reporting test status.
Generated by
1.8.13