X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=853fea60200bd1e5082dd4129e3fb19f712f632d;hp=cb8d8ec788683b26b29b646faaf2d9bf1d4dae15;hb=1ffa02489a63129109b66774681c94fe0a8a946a;hpb=58e2f3b9748ed3595ebdec6bdf3db2399ad18dcf diff --git a/yaffs_guts.h b/yaffs_guts.h index cb8d8ec..853fea6 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -557,7 +557,8 @@ struct yaffs_DeviceStruct { int useHeaderFileSize; /* Flag to determine if we should use file sizes from the header */ - int useNANDECC; /* Flag to decide whether or not to use NANDECC */ + int useNANDECC; /* Flag to decide whether or not to use NANDECC on data (yaffs1) */ + int noTagsECC; /* Flag to decide whether or not to do ECC on packed tags (yaffs2) */ void *genericDevice; /* Pointer to device context * On an mtd this holds the mtd pointer.