Blame view

kernel/linux-rt-4.4.41/arch/c6x/include/uapi/asm/byteorder.h 265 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
  #ifndef _ASM_C6X_BYTEORDER_H
  #define _ASM_C6X_BYTEORDER_H
  
  #include <asm/types.h>
  
  #ifdef _BIG_ENDIAN
  #include <linux/byteorder/big_endian.h>
  #else /* _BIG_ENDIAN */
  #include <linux/byteorder/little_endian.h>
  #endif /* _BIG_ENDIAN */
  
  #endif /* _ASM_BYTEORDER_H */