DiskTool - Autodetection of filesystems and better debugging
[tpg/acess2.git] / AcessNative / acesskernel_src / nativefs.c
index e51f286..7c20b69 100644 (file)
@@ -48,9 +48,9 @@ tVFS_NodeType gNativeFS_DirNodeType = {
        .Close = NativeFS_Close\r
 };\r
 tVFS_Driver    gNativeFS_Driver = {\r
-       "nativefs", 0,\r
-       NativeFS_Mount, NativeFS_Unmount,\r
-       NULL,\r
+       .Name = "nativefs",\r
+       .InitDevice = NativeFS_Mount,\r
+       .Unmount = NativeFS_Unmount\r
 };\r
 \r
 // === CODE ===\r

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