mtd/include/mtd mtd-abi.h,1.10,1.11

gleixner at infradead.org gleixner at infradead.org
Thu May 19 12:09:01 EDT 2005


Update of /home/cvs/mtd/include/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv17371

Modified Files:
	mtd-abi.h 
Log Message:
Honour autoplacement schemes supplied by the caller

Index: mtd-abi.h
===================================================================
RCS file: /home/cvs/mtd/include/mtd/mtd-abi.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mtd-abi.h	9 Feb 2005 09:17:42 -0000	1.10
+++ mtd-abi.h	19 May 2005 16:08:58 -0000	1.11
@@ -61,6 +61,7 @@
 #define MTD_NANDECC_PLACE	1	// Use the given placement in the structure (YAFFS1 legacy mode)
 #define MTD_NANDECC_AUTOPLACE	2	// Use the default placement scheme
 #define MTD_NANDECC_PLACEONLY	3	// Use the given placement in the structure (Do not store ecc result on read)
+#define MTD_NANDECC_AUTOPL_USR 	4	// Use the given autoplacement scheme rather than using the default
 
 /* OTP mode selection */
 #define MTD_OTP_OFF		0





More information about the linux-mtd-cvs mailing list