historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/external/ffspart/config.h
2024-01-16 11:20:27 -06:00

19 lines
363 B
C

/* For CCAN */
#include <endian.h>
#include <byteswap.h>
#define HAVE_TYPEOF 1
#define HAVE_BUILTIN_TYPES_COMPATIBLE_P 1
#if __BYTE_ORDER == __LITTLE_ENDIAN
#define HAVE_BIG_ENDIAN 0
#define HAVE_LITTLE_ENDIAN 1
#else
#define HAVE_BIG_ENDIAN 1
#define HAVE_LITTLE_ENDIAN 0
#endif
#define HAVE_BYTESWAP_H 1
#define HAVE_BSWAP_64 1