X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_yaffs1.h;h=051e41c23e1dc5025a9008362773571f49ccfd58;hp=9769eed35ebdd4929923effdca0ff574c22678f4;hb=HEAD;hpb=780469359d1051ab37ab281b0520137d73fee2e9 diff --git a/yaffs_yaffs1.h b/yaffs_yaffs1.h index 9769eed..051e41c 100644 --- a/yaffs_yaffs1.h +++ b/yaffs_yaffs1.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 * @@ -17,6 +16,6 @@ #define __YAFFS_YAFFS1_H__ #include "yaffs_guts.h" -int yaffs1_Scan(yaffs_Device *dev); +int yaffs1_scan(struct yaffs_dev *dev); #endif