use the -newos toolchain even if -elf is present.
[newos.git] / include / arch / endian.h
blob310df3a73b3d9eeedc55425b7a38974f355ab5eb
1 /*
2 ** Copyright 2004, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _NEWOS_ARCH_ENDIAN_H
6 #define _NEWOS_ARCH_ENDIAN_H
8 #include <newos/types.h>
10 #include INC_ARCH(arch,endian.h)
12 #endif