userlibandfileserver/fileserver/sfat32/sl_fatcache.h
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 36 538db54a451d
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
   108     TUint32     iFatSize;       ///< size of FAT in bytes
   108     TUint32     iFatSize;       ///< size of FAT in bytes
   109     TUint16     iNumFATs;       ///< number of FATs on the volume
   109     TUint16     iNumFATs;       ///< number of FATs on the volume
   110     TUint16     iFatSecSzLog2;  ///< Log2(FAT Sector size)
   110     TUint16     iFatSecSzLog2;  ///< Log2(FAT Sector size)
   111     TUint16     iFatClustSzLog2;///< Log2(FAT cluster size)
   111     TUint16     iFatClustSzLog2;///< Log2(FAT cluster size)
   112     TFatType    iFatType;       ///< FAT type
   112     TFatType    iFatType;       ///< FAT type
   113     TFatDriveInterface* ipDrive;///< interface to the media driver
   113     TDriveInterface* ipDrive;///< interface to the media driver
   114     //---
   114     //---
   115 
   115 
   116     TBool       iDirty;         ///< ETrue if the cache is dirty
   116     TBool       iDirty;         ///< ETrue if the cache is dirty
   117 };
   117 };
   118 
   118