X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_summary.h;h=0d0a26a9713fb17b10a110182f5e4d5db4cb8e7b;hp=e2197455774514c9a57fc0141526e3d093fce306;hb=HEAD;hpb=1570788072c1154eff93282e0bb8564de40bd8aa diff --git a/yaffs_summary.h b/yaffs_summary.h index e219745..0d0a26a 100644 --- a/yaffs_summary.h +++ b/yaffs_summary.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -28,6 +27,10 @@ int yaffs_summary_add(struct yaffs_dev *dev, int yaffs_summary_fetch(struct yaffs_dev *dev, struct yaffs_ext_tags *tags, int chunk_in_block); -int yaffs_summary_read(struct yaffs_dev *dev, int blk); +int yaffs_summary_read(struct yaffs_dev *dev, + struct yaffs_summary_tags *st, + int blk); +void yaffs_summary_gc(struct yaffs_dev *dev, int blk); + #endif