byteorder.h 265 B

12345678910111213
  1. #ifndef _ASM_C6X_BYTEORDER_H
  2. #define _ASM_C6X_BYTEORDER_H
  3. #include <asm/types.h>
  4. #ifdef _BIG_ENDIAN
  5. #include <linux/byteorder/big_endian.h>
  6. #else /* _BIG_ENDIAN */
  7. #include <linux/byteorder/little_endian.h>
  8. #endif /* _BIG_ENDIAN */
  9. #endif /* _ASM_BYTEORDER_H */