Removed bootfs.h and rootfs.h from the private/kernel/ header directory.
They are now located in src/kernel/core/fs, because they are private to the VFS, not private to the kernel. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1183 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
71c882e5f5
commit
a16194144d
@ -1,10 +0,0 @@
|
||||
/*
|
||||
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
||||
** Distributed under the terms of the NewOS License.
|
||||
*/
|
||||
#ifndef _NEWOS_KERNEL_FS_BOOTFS_H
|
||||
#define _NEWOS_KERNEL_FS_BOOTFS_H
|
||||
|
||||
status_t bootstrap_bootfs(void);
|
||||
|
||||
#endif
|
@ -1,10 +0,0 @@
|
||||
/*
|
||||
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
|
||||
** Distributed under the terms of the NewOS License.
|
||||
*/
|
||||
#ifndef _NEWOS_KERNEL_FS_ROOTFS_H
|
||||
#define _NEWOS_KERNEL_FS_ROOTFS_H
|
||||
|
||||
status_t bootstrap_rootfs(void);
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user