Add memtest support.
[syslinux-debian/hramrach.git] / com32 / include / bitsize / stdintconst.h
blobb2f3141a58574b7a65ac31070d3b7947df58ba7a
1 /*
2 * bitsize/stdintconst.h
3 */
5 #ifndef _BITSIZE_STDINTCONST_H
6 #define _BITSIZE_STDINTCONST_H
8 #if __SIZEOF_POINTER__ == 4
9 #include <bitsize32/stdintconst.h>
10 #elif __SIZEOF_POINTER__ == 8
11 #include <bitsize64/stdintconst.h>
12 #else
13 #error "Unable to build for to-be-defined architecture type"
14 #endif
16 #endif /* _BITSIZE_STDINTCONST_H */