UDI/bus_pci - Apply erratum E20010702.1, handle status from preprocessed interrupts
[tpg/acess2.git] / KernelLand / Modules / Filesystems / InitRD / initrd.h
index 479a841..3c739fd 100644 (file)
@@ -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;

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