Some header work: removed unnecessary dependencies to stage2.h, fixed

some broken C++ export definitions, added missing licenses etc.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-05-03 16:03:26 +00:00
parent 32439967b9
commit 564cba312e
22 changed files with 140 additions and 191 deletions
+2 -2
View File
@@ -7,7 +7,6 @@
#define _KERNEL_VFS_H
#include <kernel.h>
#include <stage2.h>
#include <sys/stat.h>
#include <sys/select.h>
#include <signal.h>
@@ -23,6 +22,7 @@
#include <vfs_types.h>
struct kernel_args;
struct file_descriptor;
struct selectsync;
struct pollfd;
@@ -51,7 +51,7 @@ typedef struct io_context {
extern "C" {
#endif
int vfs_init(kernel_args *ka);
int vfs_init(struct kernel_args *ka);
int vfs_bootstrap_all_filesystems(void);
int vfs_register_filesystem(const char *name, struct fs_ops *calls);
void *vfs_new_io_context(void *parent_ioctx);