summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-06 12:52:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-06 12:52:39 +0000
commit477d43b2817c17de1caaedc38e50c3e7235ee585 (patch)
tree8ba415f294639d4cdc93d6fa0902215a61a63d12 /target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h
parent306f3677ecbecce777f35bfe3a9475901055dff1 (diff)
downloadmaster-31e0f0ae-477d43b2817c17de1caaedc38e50c3e7235ee585.tar.gz
master-31e0f0ae-477d43b2817c17de1caaedc38e50c3e7235ee585.tar.bz2
master-31e0f0ae-477d43b2817c17de1caaedc38e50c3e7235ee585.zip
generic-2.6: sync yaffs code with the official CVS tree
SVN-Revision: 11378
Diffstat (limited to 'target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h')
-rw-r--r--target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h
index 317600cac9..511b0176a1 100644
--- a/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h
+++ b/target/linux/generic-2.6/files/fs/yaffs2/yaffs_mtdif.h
@@ -18,6 +18,11 @@
#include "yaffs_guts.h"
+#if (MTD_VERSION_CODE < MTD_VERSION(2,6,18))
+extern struct nand_oobinfo yaffs_oobinfo;
+extern struct nand_oobinfo yaffs_noeccinfo;
+#endif
+
int nandmtd_WriteChunkToNAND(yaffs_Device * dev, int chunkInNAND,
const __u8 * data, const yaffs_Spare * spare);
int nandmtd_ReadChunkFromNAND(yaffs_Device * dev, int chunkInNAND, __u8 * data,