X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=26ad54d401028020c356edc2d1c6b70a72aeadc5;hp=f108f211b33636dff214ed1e8bfe4895343b35d5;hb=3ca9651c75278f0f059278c8c78f6326c67c1e7c;hpb=df88cf1097f3b7012fc1010cccd4e682fb13de97 diff --git a/yaffs_guts.h b/yaffs_guts.h index f108f21..26ad54d 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -627,7 +627,7 @@ struct yaffs_tags_handler { struct yaffs_dev { struct yaffs_param param; struct yaffs_driver drv; - struct yaffs_tags_handler th; + struct yaffs_tags_handler tagger; /* Context storage. Holds extra OS specific data for this device */ @@ -974,6 +974,8 @@ u32 yaffs_get_group_base(struct yaffs_dev *dev, struct yaffs_tnode *tn, int yaffs_is_non_empty_dir(struct yaffs_obj *obj); +int yaffs_format_dev(struct yaffs_dev *dev); + void yaffs_addr_to_chunk(struct yaffs_dev *dev, loff_t addr, int *chunk_out, u32 *offset_out); /*