X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=f4fe47519677726c314e0e54d36cf2d35165b37d;hp=1aefb8518c5116b9644ace7d341cc47b4f214714;hb=4b745e6080b0e0283e1e2f1de044760a8245e227;hpb=f579840dc5fa33617b3c99bf184024373941066a diff --git a/yaffs_guts.h b/yaffs_guts.h index 1aefb85..f4fe475 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -520,7 +520,7 @@ struct yaffs_param { /* * Entry parameters set up way early. Yaffs sets up the rest. * The structure should be zeroed out before use so that unused - * and defualt values are zero. + * and default values are zero. */ int inband_tags; /* Use unband tags */ @@ -536,6 +536,10 @@ struct yaffs_param { int n_caches; /* If <= 0, then short op caching is disabled, * else the number of short op caches. */ + int cache_bypass_aligned; /* If non-zero then bypass the cache for + * aligned writes. + */ + int use_nand_ecc; /* Flag to decide whether or not to use * NAND driver ECC on data (yaffs1) */ int tags_9bytes; /* Use 9 byte tags */