Xen Test Framework
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 */
Low level bit operations.
API for tests.
Primatives for number manipulation.
API for reporting test status.
Common declarations for all tests.
Xenstore driver.
A driver for the Xen Grant Table interface.