X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FInitRD%2Finitrd.h;h=1848613bdb0c5cb296b66de442072e5d2335d8ac;hb=e7809e57b0692cf65ee1a7d2060c52fc53da49f2;hp=479a841828e4b1bcc2f81b73dfd079662794ed33;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Filesystems/InitRD/initrd.h b/KernelLand/Modules/Filesystems/InitRD/initrd.h index 479a8418..1848613b 100644 --- a/KernelLand/Modules/Filesystems/InitRD/initrd.h +++ b/KernelLand/Modules/Filesystems/InitRD/initrd.h @@ -14,9 +14,9 @@ typedef struct sInitRD_File // === Functions === -extern Uint64 InitRD_ReadFile(tVFS_Node *Node, Uint64 Offset, Uint64 Size, void *Buffer); -extern char *InitRD_ReadDir(tVFS_Node *Node, int ID); -extern tVFS_Node *InitRD_FindDir(tVFS_Node *Node, const char *Name); +//extern size_t InitRD_ReadFile(tVFS_Node *Node, off_t Offset, size_t Size, void *Buffer); +//extern int InitRD_ReadDir(tVFS_Node *Node, int ID); +//extern tVFS_Node *InitRD_FindDir(tVFS_Node *Node, const char *Name); // === Globals === tVFS_NodeType gInitRD_DirType;