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