Xen Test Framework
types.h
Go to the documentation of this file.
1
6#ifndef XTF_TYPES_H
7#define XTF_TYPES_H
8
9#ifndef __ASSEMBLY__
10
11#include <stdint.h>
12#include <stdbool.h>
13#include <stdarg.h>
14#include <stddef.h>
15#include <inttypes.h>
16#include <limits.h>
17
24extern char zeroptr[];
25
26#endif /* !__ASSEMBLY__ */
27
28#endif /* XTF_TYPES_H */
29
30/*
31 * Local variables:
32 * mode: C
33 * c-file-style: "BSD"
34 * c-basic-offset: 4
35 * tab-width: 4
36 * indent-tabs-mode: nil
37 * End:
38 */
Local subset of C's inttypes.h.
Local subset of C's limits.h.
Local subset of C's stdarg.h.
Local subset of C's stdbool.h.
Local subset of C's stddef.h.
Local subset of C's stdint.h.
char zeroptr[]
An array which the linker resolves to 0.