X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=fef4fc7011dc6aa78eb0a9fe4c4a1937659ce90b;hp=64929ed37c29b6e4debf22e83b1a38a288d33fa5;hb=ffa781d6427fba6469c60d91482079d5643ca7b7;hpb=cabb7b51f48a784fbd8bd04ea8878abe2196167a diff --git a/yaffs_guts.h b/yaffs_guts.h index 64929ed..fef4fc7 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; }; @@ -636,6 +637,7 @@ struct yaffs_dev { struct list_head dev_list; + int ll_init; /* Runtime parameters. Set up by YAFFS. */ int data_bytes_per_chunk; @@ -923,6 +925,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,