mtd/include/linux/mtd nand.h,1.45,1.46

gleixner at infradead.org gleixner at infradead.org
Thu May 6 04:11:35 EDT 2004


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

Modified Files:
	nand.h 
Log Message:
add erase_shift

Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- nand.h	16 Apr 2004 04:11:02 -0000	1.45
+++ nand.h	6 May 2004 08:11:32 -0000	1.46
@@ -235,6 +235,7 @@
 	wait_queue_head_t wq;
 	nand_state_t 	state;
 	int 		page_shift;
+	int		erase_shift;
 	u_char 		*data_buf;
 	u_char		*oob_buf;
 	int		oobdirty;




More information about the linux-mtd-cvs mailing list