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