X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_verify.h;h=cc6f88999305dce2075eaac48f44de9ff44752f9;hp=88924efc984d5f71484ad22ab0230b98a3e830fe;hb=7b53d290e92e619a315399ba49aadf6b40e13660;hpb=9131fecc79ad4e5fbdb775cdc067bc80aae5adb8 diff --git a/yaffs_verify.h b/yaffs_verify.h index 88924ef..cc6f889 100644 --- a/yaffs_verify.h +++ b/yaffs_verify.h @@ -18,11 +18,14 @@ #include "yaffs_guts.h" -void yaffs_verify_blk(struct yaffs_dev *dev, struct yaffs_block_info *bi, int n); -void yaffs_verify_collected_blk(struct yaffs_dev *dev, struct yaffs_block_info *bi, int n); +void yaffs_verify_blk(struct yaffs_dev *dev, struct yaffs_block_info *bi, + int n); +void yaffs_verify_collected_blk(struct yaffs_dev *dev, + struct yaffs_block_info *bi, int n); void yaffs_verify_blocks(struct yaffs_dev *dev); -void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh, struct yaffs_ext_tags *tags, int parent_check); +void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh, + struct yaffs_ext_tags *tags, int parent_check); void yaffs_verify_file(struct yaffs_obj *obj); void yaffs_verify_link(struct yaffs_obj *obj); void yaffs_verify_symlink(struct yaffs_obj *obj); @@ -38,4 +41,3 @@ int yaffs_verify_file_sane(struct yaffs_obj *obj); int yaffs_skip_verification(struct yaffs_dev *dev); #endif -