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 
24 extern 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  */
char zeroptr[]
An array which the linker resolves to 0.
Local subset of C&#39;s stddef.h.
Local subset of C&#39;s inttypes.h.
Local subset of C&#39;s stdarg.h.
Local subset of C&#39;s stdint.h.
Local subset of C&#39;s limits.h.
Local subset of C&#39;s stdbool.h.