X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=2225fb27bb5055367e3d6680ad872b5b4211cf36;hp=64929ed37c29b6e4debf22e83b1a38a288d33fa5;hb=8ff46d3718875f2af99aab2d2db822db4c729973;hpb=cabb7b51f48a784fbd8bd04ea8878abe2196167a diff --git a/yaffs_guts.h b/yaffs_guts.h index 64929ed..2225fb2 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -592,6 +592,7 @@ struct yaffs_param { int always_check_erased; /* Force chunk erased check always on */ int disable_summary; + int disable_bad_block_marking; }; @@ -923,6 +924,8 @@ int yaffs_bg_gc(struct yaffs_dev *dev, unsigned urgency); int yaffs_dump_obj(struct yaffs_obj *obj); void yaffs_guts_test(struct yaffs_dev *dev); +int yaffs_guts_ll_init(struct yaffs_dev *dev); + /* A few useful functions to be used within the core files*/ void yaffs_chunk_del(struct yaffs_dev *dev, int chunk_id, int mark_flash,