byteorder.h 235 B

12345678910
  1. #ifndef _ASM_MICROBLAZE_BYTEORDER_H
  2. #define _ASM_MICROBLAZE_BYTEORDER_H
  3. #ifdef __MICROBLAZEEL__
  4. #include <linux/byteorder/little_endian.h>
  5. #else
  6. #include <linux/byteorder/big_endian.h>
  7. #endif
  8. #endif /* _ASM_MICROBLAZE_BYTEORDER_H */