use the -newos toolchain even if -elf is present.
[newos.git] / include / arch / m68k / cpu.h
blobaa385bf0f5f5610c2266e8827c8080912084a11d
1 /*
2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _NEWOS_ARCH_M68K_CPU_H
6 #define _NEWOS_ARCH_M68K_CPU_H
8 #define PAGE_SIZE 4096
10 #define _BIG_ENDIAN 1
11 #define _LITTLE_ENDIAN 0
13 #endif