le32toh
# define le32toh(x) (x)
# define le32toh(x) bswap_32(x)
# define le32toh(x) (x)
# define le32toh(x) bswap_32(x)
#define le32toh(_x) __le32_to_cpu(_x)
#define le32toh(x) (x)
#define le32toh(x) __bswap_32(x)