lede/tools/include/byteswap.h

6 lines
107 B
C
Raw Normal View History

2017-09-06 19:19:45 +08:00
#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
#else
#include <endian.h>
#endif