Fix race condition with scheduler starting before task list is populated
[tpg/acess2.git] / Kernel / include / vfs_ext.h
index 6390f84..53bcc05 100644 (file)
@@ -34,6 +34,8 @@ extern Uint64 VFS_Write(int FD, Uint64 Length, void *Buffer);
 extern Uint64  VFS_ReadAt(int FD, Uint64 Offset, Uint64 Length, void *Buffer);
 extern Uint64  VFS_WriteAt(int FD, Uint64 Offset, Uint64 Length, void *Buffer);
 
+extern int     VFS_IOCtl(int FD, int ID, void *Buffer);
+
 extern void    VFS_GetMemPath(void *Base, Uint Length, char *Dest);
 extern char    *VFS_GetTruePath(char *Path);
 

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