Bugfixes and debug cleanup
[tpg/acess2.git] / Kernel / vfs / fs / fs_fat.h
index 67feb61..6b7dfe7 100644 (file)
@@ -130,6 +130,9 @@ struct drv_fat_volinfo_s {
        fat_bootsect    bootsect;       //!< Boot Sector\r
        tVFS_Node       rootNode;       //!< Root Node\r
         int            inodeHandle;    //!< Inode Cache Handle\r
+       #if CACHE_FAT\r
+       Uint32  *FATCache;      //!< FAT Cache\r
+       #endif\r
 };\r
 \r
 typedef struct drv_fat_volinfo_s tFAT_VolInfo;\r

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