use the -newos toolchain even if -elf is present.
[newos.git] / include / arch / sh4 / endian.h
blobc77f3dca73716910b7a1b2b9034496fcc64ebf89
1 /*
2 ** Copyright 2004-2006, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _NEWOS_ARCH_SH4_ENDIAN_H
6 #define _NEWOS_ARCH_SH4_ENDIAN_H
8 #define BYTE_ORDER LITTLE_ENDIAN
10 #endif