use the -newos toolchain even if -elf is present.
[newos.git] / include / kernel / vm_store_vnode.h
blobf11aff089eeab696e56204640c50cb895333dd8d
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_VNODE_H
6 #define _KERNEL_VM_STORE_VNODE_H
8 #include <kernel/kernel.h>
9 #include <kernel/vm.h>
11 vm_store *vm_store_create_vnode(void *vnode);
13 #endif