host_endian.h 171 B

12345678
  1. #include <sys/endian.h>
  2. #undef __htonl
  3. #undef __ntohl
  4. #undef __htons
  5. #undef __ntohs
  6. #define __bswap_16 __bswap16
  7. #define __bswap_32 __bswap32
  8. #define __bswap_64 __bswap64