mtd/include/linux/mtd partitions.h,1.9,1.10

gleixner at infradead.org gleixner at infradead.org
Tue Feb 18 05:13:27 EST 2003


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

Modified Files:
	partitions.h 
Log Message:
update for new NAND oob-layout selection

Index: partitions.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/partitions.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- partitions.h	17 Feb 2003 21:49:11 -0000	1.9
+++ partitions.h	18 Feb 2003 10:13:25 -0000	1.10
@@ -41,6 +41,7 @@
 	u_int32_t size;		/* partition size */
 	u_int32_t offset;		/* offset within the master MTD space */
 	u_int32_t mask_flags;	/* master MTD flags to mask out for this partition */
+	u_int32_t oobsel;	/* out of band layout for this partition (NAND only)*/
 	struct mtd_info **mtdp;	/* pointer to store the MTD object */
 };
 





More information about the linux-mtd-cvs mailing list