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