2 ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
5 #ifndef _KERNEL_VM_STORE_VNODE_H
6 #define _KERNEL_VM_STORE_VNODE_H
8 #include <kernel/kernel.h>
11 vm_store
*vm_store_create_vnode(void *vnode
);