BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 64f99b69846435d14a53742b996a850223f49f5e / include / nucleus / vfs.h

// Related

Nucleus

Barry Mount system call 64f99b6 (3 years, 3 months ago)
diff --git a/include/nucleus/vfs.h b/include/nucleus/vfs.h
index 19793bb..8ac8613 100644
--- a/include/nucleus/vfs.h
+++ b/include/nucleus/vfs.h
@@ -37,5 +37,7 @@ extern ObjectType inodeType;
 
 void init_vfs(void);
 void register_fstype(const char *name,	mount_callback_t mount);
+int mount(const char *src, const char *target, const char *type,
+          unsigned long flags, void *data);
 
 #endif