]> git.sur5r.net Git - u-boot/blobdiff - include/fat.h
dtoc: Add a way for tests to request the fallback library
[u-boot] / include / fat.h
index 9d053e6fa67e31c8c6f10276508c1d6f4e37b1ab..8ec91cda753ba562d9877a1d76a983b17150b5d3 100644 (file)
@@ -169,6 +169,7 @@ typedef struct {
        int     fatsize;        /* Size of FAT in bits */
        __u32   fatlength;      /* Length of FAT in sectors */
        __u16   fat_sect;       /* Starting sector of the FAT */
+       __u8    fat_dirty;      /* Set if fatbuf has been modified */
        __u32   rootdir_sect;   /* Start sector of root directory */
        __u16   sect_size;      /* Size of sectors in bytes */
        __u16   clust_size;     /* Size of clusters in sectors */