/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_C6X_BYTEORDER_H #define _ASM_C6X_BYTEORDER_H #include #ifdef _BIG_ENDIAN #include #else /* _BIG_ENDIAN */ #include #endif /* _BIG_ENDIAN */ #endif /* _ASM_BYTEORDER_H */