mtd/include/linux/mtd nand.h,1.30,1.31

David Woodhouse dwmw2 at infradead.org
Fri Jul 11 11:07:04 EDT 2003


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

Modified Files:
	nand.h 
Log Message:
maxchips arg to nand_scan

Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- nand.h	3 Jul 2003 10:36:41 -0000	1.30
+++ nand.h	11 Jul 2003 15:07:02 -0000	1.31
@@ -56,7 +56,7 @@
 /*
  * Searches for a NAND device
  */
-extern int nand_scan (struct mtd_info *mtd);
+extern int nand_scan (struct mtd_info *mtd, int max_chips);
 
 /*
  * Constants for hardware specific CLE/ALE/NCE function
@@ -183,6 +183,7 @@
 	int		eccmode;
 	int		eccsize;
 	int 		chip_delay;
+	int		chipshift;
 	spinlock_t	chip_lock;
 	wait_queue_head_t wq;
 	nand_state_t 	state;




More information about the linux-mtd-cvs mailing list