Kernel/VFS - Fixed mount reference counting and shutdown cleanup
[tpg/acess2.git] / KernelLand / Kernel / include / vfs_int.h
index 1f67f4b..232c55e 100644 (file)
@@ -51,6 +51,7 @@ extern tVFS_Mount     *gVFS_Mounts;
 extern tVFS_Driver     *gVFS_Drivers;
 
 // === PROTOTYPES ===
+extern void    VFS_Deinit(void);
 // --- open.c ---
 extern char    *VFS_GetAbsPath(const char *Path);
 extern tVFS_Node       *VFS_ParsePath(const char *Path, char **TruePath, tVFS_Mount **MountPoint);

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