Xen Test Framework
include
xtf
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
*/
inttypes.h
Local subset of C's inttypes.h.
limits.h
Local subset of C's limits.h.
stdarg.h
Local subset of C's stdarg.h.
stdbool.h
Local subset of C's stdbool.h.
stddef.h
Local subset of C's stddef.h.
stdint.h
Local subset of C's stdint.h.
zeroptr
char zeroptr[]
An array which the linker resolves to 0.
Generated by
1.9.4