summaryrefslogtreecommitdiffstats
path: root/tools/include/byteswap.h
blob: a1b9677b9889bbff8420df0dd4d7658d73146c0a (plain)
1
2
3
4
5
#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
#else
#include <endian.h>
#endif