/* ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. */ #ifndef KERNEL_ARCH_THREAD_STRUCT_H #define KERNEL_ARCH_THREAD_STRUCT_H #ifdef ARCH_x86 #include #endif #ifdef ARCH_sh4 #include #endif #ifdef ARCH_alpha #include #endif #ifdef ARCH_sparc64 #include #endif #ifdef ARCH_mips #include #endif #ifdef ARCH_ppc #include #endif #ifdef ARCH_m68k #include #endif #endif /* KERNEL_ARCH_THREAD_STRUCT_H */