use the -newos toolchain even if -elf is present.
[newos.git] / include / kernel / ktypes.h
blobb5baf2183aa5d85de89df53350cdcb2ea00b0d7a
1 /*
2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _KERNEL_KTYPES_H
6 #define _KERNEL_KTYPES_H
8 #include <newos/types.h>
9 #include <kernel/arch/ktypes.h>
11 typedef uint32 fs_id;
13 // Handled in arch_ktypes.h
15 //typedef unsigned long addr_t;
17 #endif