Modules/RAMDisk - a bit more work
[tpg/acess2.git] / KernelLand / Modules / Filesystems / RAMDisk / ramdisk.h
index 4692509..0765d08 100644 (file)
@@ -55,6 +55,7 @@ struct sRAMDisk
        tRAMDisk_Dir    RootDir;
        
         int    MaxPages;
+       Uint32  *Bitmap;
         int    nUsedPages;
        tPAddr  PhysPages[];
 };

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