dmi: check both the AC and ID flags at the same time
[syslinux.git] / com32 / include / bitsize64 / limits.h
blob1acb1bc8d3e70385be423300f2edb05fe3198627
1 /*
2 * bits64/limits.h
3 */
5 #ifndef _BITSIZE64_LIMITS_H
6 #define _BITSIZE64_LIMITS_H
8 #define LONG_BIT 64
10 #define LONG_MIN (-9223372036854775807L-1)
11 #define LONG_MAX 9223372036854775807L
12 #define ULONG_MAX 18446744073709551615UL
14 #endif /* _BITSIZE_LIMITS_H */