Files
haiku-beta6/src/kernel/core/fs/bootfs.h
T
Axel Dörfler d8f40dbc54 Moved bootfs.h and rootfs.h to src/kernel/core/fs because they are private
to the VFS, not to the whole kernel.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1184 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-09-26 01:13:42 +00:00

11 lines
232 B
C

/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _FS_BOOTFS_H_
#define _FS_BOOTFS_H_
status_t bootstrap_bootfs(void);
#endif /* _FS_BOOTFS_H_ */