big_endian.h 306 B

1234567891011
  1. #ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H
  2. #define _LINUX_BYTEORDER_BIG_ENDIAN_H
  3. #include <uapi/linux/byteorder/big_endian.h>
  4. #ifndef CONFIG_CPU_BIG_ENDIAN
  5. #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
  6. #endif
  7. #include <linux/byteorder/generic.h>
  8. #endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */