use the -newos toolchain even if -elf is present.
[newos.git] / include / kernel / vm_store_null.h
bloba4b93dad23ed377c156e530125cff140967d84e8
1 /*
2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _KERNEL_VM_STORE_NULL_H
6 #define _KERNEL_VM_STORE_NULL_H
8 #include <kernel/kernel.h>
9 #include <kernel/vm.h>
11 vm_store *vm_store_create_null(void);
13 #endif