mtd/include/linux/mtd nand.h,1.49,1.50

gleixner at infradead.org gleixner at infradead.org
Wed May 26 14:06:00 EDT 2004


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

Modified Files:
	nand.h 
Log Message:
Split data and oob length to make it possible to read the last page of the deivce. Signed-off-by: Thomas Gleixner <tglx at linutronix.de>

Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- nand.h	26 May 2004 13:34:50 -0000	1.49
+++ nand.h	26 May 2004 18:05:57 -0000	1.50
@@ -63,7 +63,7 @@
 extern void nand_release (struct mtd_info *mtd);
 
 /* Read raw data from the device without ECC */
-extern int nand_read_raw (struct mtd_info *mtd, uint8_t *buf, loff_t from, size_t len);
+extern int nand_read_raw (struct mtd_info *mtd, uint8_t *buf, loff_t from, size_t len, size_t ooblen);
 
 
 /* The maximum number of NAND chips in an array */





More information about the linux-mtd-cvs mailing list