X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Ffiles%2Ffs%2Fyaffs2%2Fyaffs_yaffs1.h;h=97e2fdd08a5d6d6c72c566ed94fb0335df37a883;hb=a8feb12f58ff4bbedfc448cd99107f130bc322a8;hp=1f60b0cdb724b802f2dc2f9756ecef12f0ad78e6;hpb=a8bc7f528ac71cb6b7405c12cc3c1878b2992164;p=15.05%2Fopenwrt.git diff --git a/target/linux/generic/files/fs/yaffs2/yaffs_yaffs1.h b/target/linux/generic/files/fs/yaffs2/yaffs_yaffs1.h index 1f60b0cdb7..97e2fdd08a 100644 --- a/target/linux/generic/files/fs/yaffs2/yaffs_yaffs1.h +++ b/target/linux/generic/files/fs/yaffs2/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