X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=yaffs_yaffs1.h;h=97e2fdd08a5d6d6c72c566ed94fb0335df37a883;hb=93d04b9574a71315361b3ae5294b8ff95a6d848c;hp=1f60b0cdb724b802f2dc2f9756ecef12f0ad78e6;hpb=41573908f821bcb40750e7c069ea8f5178f630e5;p=yaffs2.git diff --git a/yaffs_yaffs1.h b/yaffs_yaffs1.h index 1f60b0c..97e2fdd 100644 --- a/yaffs_yaffs1.h +++ b/yaffs_yaffs1.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -17,6 +17,6 @@ #define __YAFFS_YAFFS1_H__ #include "yaffs_guts.h" -int yaffs1_scan(yaffs_dev_t *dev); +int yaffs1_scan(struct yaffs_dev *dev); #endif