X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FFilesystems%2FInitRD%2Finitrd.h;h=3c739fdcfa70536bd1eccec6fcc2ee0e2eb9eda7;hb=c5680ddd7aa4934759203aac95f14ac40e5c456b;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..3c739fdc 100644 --- a/KernelLand/Modules/Filesystems/InitRD/initrd.h +++ b/KernelLand/Modules/Filesystems/InitRD/initrd.h @@ -13,11 +13,6 @@ typedef struct sInitRD_File } tInitRD_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); - // === Globals === tVFS_NodeType gInitRD_DirType; tVFS_NodeType gInitRD_FileType;