015f09740ad6af7d0a2da4185e1532e0097f4196
[openwrt/staging/yousong.git] / tools / include / byteswap.h
1 #if defined(__linux__) || defined(__CYGWIN__)
2 #include_next <byteswap.h>
3 #else
4 #include <endian.h>
5 #endif