X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fvfs%2Ffs%2Ffs_fat.h;h=6b7dfe767ea20c66293a8689423b4b31e0f92260;hb=f04f6f4d823b7df2117da9737a3f12d080b54d74;hp=67feb61cf44adcdff28daa892ec31eb72f7521b4;hpb=8bc40333b1401d7616b225945fee53d972c2f418;p=tpg%2Facess2.git diff --git a/Kernel/vfs/fs/fs_fat.h b/Kernel/vfs/fs/fs_fat.h index 67feb61c..6b7dfe76 100644 --- a/Kernel/vfs/fs/fs_fat.h +++ b/Kernel/vfs/fs/fs_fat.h @@ -130,6 +130,9 @@ struct drv_fat_volinfo_s { fat_bootsect bootsect; //!< Boot Sector tVFS_Node rootNode; //!< Root Node int inodeHandle; //!< Inode Cache Handle + #if CACHE_FAT + Uint32 *FATCache; //!< FAT Cache + #endif }; typedef struct drv_fat_volinfo_s tFAT_VolInfo;