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