patch-2.4.0-test11 linux/include/linux/mtd/cfi.h

Next file: linux/include/linux/mtd/map.h
Previous file: linux/include/linux/module.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/include/linux/mtd/cfi.h linux/include/linux/mtd/cfi.h
@@ -92,6 +92,7 @@
 	int numchips;
 	unsigned long chipshift; /* Because they're of the same type */
 	struct flchip chips[0];  /* per-chip data structure for each chip */
+	const char *im_name;	 /* inter_module name for cmdset_setup */
 };
 
 #define MAX_CFI_CHIPS 8 /* Entirely arbitrary to avoid realloc() */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)