Removed now unused headers (prototypes are now in builtin_fs.h).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3688 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-06-27 03:50:26 +00:00
parent 87357f1456
commit ebb226d544
2 changed files with 0 additions and 20 deletions

View File

@ -1,10 +0,0 @@
/*
** 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_ */

View File

@ -1,10 +0,0 @@
/*
** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#ifndef _FS_ROOTFS_H_
#define _FS_ROOTFS_H_
status_t bootstrap_rootfs(void);
#endif /* _FS_ROOTFS_H_ */