summaryrefslogtreecommitdiff
path: root/config_host/config_typesizes.h.in
blob: cc0fcf8f8a86fe403852cf415c71340fcef6650b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*

   Alignments and sizes of types.

*/

#ifndef CONFIG_TYPESIZES_H
#define CONFIG_TYPESIZES_H

#undef SAL_TYPES_ALIGNMENT2
#undef SAL_TYPES_ALIGNMENT4
#undef SAL_TYPES_ALIGNMENT8
#undef SAL_TYPES_SIZEOFSHORT
#undef SAL_TYPES_SIZEOFINT
#undef SAL_TYPES_SIZEOFLONG
#undef SAL_TYPES_SIZEOFLONGLONG
#undef SAL_TYPES_SIZEOFPOINTER

#endif