mtd/include/linux/mtd nand.h,1.27,1.28
David Woodhouse
dwmw2 at infradead.org
Wed Jul 2 07:00:26 EDT 2003
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv13876/include/linux/mtd
Modified Files:
nand.h
Log Message:
select_chip() takes an int argument so we can handle more than one...
Index: nand.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/nand.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- nand.h 2 Jul 2003 00:06:20 -0000 1.27
+++ nand.h 2 Jul 2003 11:00:23 -0000 1.28
@@ -166,6 +166,7 @@
void (*write_buf)(struct mtd_info *mtd, const u_char *buf, int len);
void (*read_buf)(struct mtd_info *mtd, u_char *buf, int len);
int (*verify_buf)(struct mtd_info *mtd, u_char *buf, int len);
+ void (*select_chip)(struct mtd_info *mtd, int chip);
void (*hwcontrol)(struct mtd_info *mtd, int cmd);
int (*dev_ready)(struct mtd_info *mtd);
More information about the linux-mtd-cvs
mailing list