2017-11-01 22:08:43 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2011-10-04 23:14:47 +08:00
|
|
|
#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 */
|