Conditionally define old style info structures
[yaffs2.git] / yaffs_mtdif.h
index 317600cac972c8f1b3af48652a9cff64e6a563d9..511b0176a1c02e72e9ce472ab9a5a6cc2e701232 100644 (file)
 
 #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,