No longer in use.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8832 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-09-03 17:07:35 +00:00
parent 80249479d4
commit 9d9c6d7de9
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _KERNEL_VM_STORE_VNODE_H
#define _KERNEL_VM_STORE_VNODE_H
#include <kernel.h>
#include <vm.h>
vm_store *vm_store_create_vnode(void *vnode);
#endif