Kernel - Added .Detect method to VFS drivers
[tpg/acess2.git] / KernelLand / Kernel / vfs / fs / root.c
index 6c45f40..e97231b 100644 (file)
@@ -22,7 +22,8 @@ tRamFS_File   *Root_int_AllocFile(void);
 
 // === GLOBALS ===
 tVFS_Driver    gRootFS_Info = {
-       "rootfs", 0, Root_InitDevice, NULL, NULL
+       .Name = "rootfs", 
+       .InitDevice = Root_InitDevice
        };
 tRamFS_File    RootFS_Files[MAX_FILES];
 tVFS_ACL       RootFS_DirACLs[3] = {

UCC git Repository :: git.ucc.asn.au