diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-30 14:58:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-30 14:58:17 +0000 |
commit | 449f88df0f02fea3a7206d44daf62a553f9e819e (patch) | |
tree | ffd5be768cbfd686f28bba684734db5b9faf0829 /target/linux/generic/files/fs/yaffs2/yaffsinterface.h | |
parent | 56190ed0fcdb453b218be4fcefa938850a81c83e (diff) | |
download | mtk-20170518-449f88df0f02fea3a7206d44daf62a553f9e819e.zip mtk-20170518-449f88df0f02fea3a7206d44daf62a553f9e819e.tar.gz mtk-20170518-449f88df0f02fea3a7206d44daf62a553f9e819e.tar.bz2 |
generic: fold yaffs_git_2010_10_20 patch to generic/files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34013
Diffstat (limited to 'target/linux/generic/files/fs/yaffs2/yaffsinterface.h')
-rw-r--r-- | target/linux/generic/files/fs/yaffs2/yaffsinterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/files/fs/yaffs2/yaffsinterface.h b/target/linux/generic/files/fs/yaffs2/yaffsinterface.h index 810837a..62694d8 100644 --- a/target/linux/generic/files/fs/yaffs2/yaffsinterface.h +++ b/target/linux/generic/files/fs/yaffs2/yaffsinterface.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning <charles@aleph1.co.uk> @@ -16,6 +16,6 @@ #ifndef __YAFFSINTERFACE_H__ #define __YAFFSINTERFACE_H__ -int yaffs_Initialise(unsigned nBlocks); +int yaffs_initialise(unsigned nBlocks); #endif |