[FASTFAT] Save the FSINFO sector location
[reactos.git] / drivers / filesystems / fastfat / vfat.h
index 8148d2f..fcb22b9 100644 (file)
@@ -263,6 +263,7 @@ typedef struct
     ULONG FatType;
     ULONG Sectors;
     BOOLEAN FixedMedia;
+    ULONG FSInfoSector;
 } FATINFO, *PFATINFO;
 
 struct _VFATFCB;