big_endian.h 345 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H
  3. #define _LINUX_BYTEORDER_BIG_ENDIAN_H
  4. #include <uapi/linux/byteorder/big_endian.h>
  5. #ifndef CONFIG_CPU_BIG_ENDIAN
  6. #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
  7. #endif
  8. #include <linux/byteorder/generic.h>
  9. #endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */