X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_verify.h;h=7571201a8616f1b90f212594843b146f7434cb53;hp=fdff0ba0617b1944161928c5cd47a9f1bc48a0f4;hb=86e9358ed3c3292d54b41fa6f32859cce64abcf0;hpb=976dbeae825b18e6759f3903073a6784248cc244 diff --git a/yaffs_verify.h b/yaffs_verify.h index fdff0ba..7571201 100644 --- a/yaffs_verify.h +++ b/yaffs_verify.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -18,11 +17,14 @@ #include "yaffs_guts.h" -void yaffs_verify_blk(struct yaffs_dev *dev, yaffs_block_info_t *bi, int n); -void yaffs_verify_collected_blk(struct yaffs_dev *dev, yaffs_block_info_t *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 +40,3 @@ int yaffs_verify_file_sane(struct yaffs_obj *obj); int yaffs_skip_verification(struct yaffs_dev *dev); #endif -