/Ethereal-msm8939-beta9/arch/microblaze/include/uapi/asm/byteorder.h

https://bitbucket.org/MilosStamenkovic95/etherealos · C Header · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · d3eed8c71c9ba801e0fcefa43c98543d MD5 · raw file

  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 */