to the VFS, not to the whole kernel. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1184 a95241bf-73f2-0310-859d-f6bbb57e9c96
11 lines
232 B
C
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_ */
|