No longer needed.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7810 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-07 17:29:43 +00:00
parent d567161cad
commit 730f5a50cc

View File

@ -1,24 +0,0 @@
/*
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#ifndef BUILTIN_FS_H
#define BUILTIN_FS_H
#include <SupportDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
extern status_t bootstrap_rootfs(void);
extern status_t bootstrap_pipefs(void);
extern status_t bootstrap_devfs(void);
extern status_t bootstrap_bootfs(void);
#ifdef __cplusplus
}
#endif
#endif /* BUILTIN_FS_H */