diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-06-06 12:52:39 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-06-06 12:52:39 +0000 |
commit | da7797b2ca558347d2f6862ede2ca96a1fee20ce (patch) | |
tree | 4de5c4b7528ff05a6f76ba33d18ea2fa8edf543a /target/linux/generic-2.6/files-2.6.26/fs/yaffs2/yaffs_mtdif.h | |
parent | 70cc333f243e759bd07a83d22a42757dfec6dabc (diff) |
[kernel] generic-2.6: sync yaffs code with the official CVS tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/files-2.6.26/fs/yaffs2/yaffs_mtdif.h')
-rw-r--r-- | target/linux/generic-2.6/files-2.6.26/fs/yaffs2/yaffs_mtdif.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/files-2.6.26/fs/yaffs2/yaffs_mtdif.h b/target/linux/generic-2.6/files-2.6.26/fs/yaffs2/yaffs_mtdif.h index 317600cac9..511b0176a1 100644 --- a/target/linux/generic-2.6/files-2.6.26/fs/yaffs2/yaffs_mtdif.h +++ b/target/linux/generic-2.6/files-2.6.26/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, |