byteorder.h 228 B

12345678910
  1. #ifndef _ASM_M32R_BYTEORDER_H
  2. #define _ASM_M32R_BYTEORDER_H
  3. #if defined(__LITTLE_ENDIAN__)
  4. # include <linux/byteorder/little_endian.h>
  5. #else
  6. # include <linux/byteorder/big_endian.h>
  7. #endif
  8. #endif /* _ASM_M32R_BYTEORDER_H */