git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
13 lines
265 B
C
13 lines
265 B
C
#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 */
|