mtd/include/linux/mtd mtd.h,1.40,1.41

gleixner at infradead.org gleixner at infradead.org
Wed Feb 19 06:47:33 EST 2003


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

Modified Files:
	mtd.h 
Log Message:
set correct type for MEMSETOOBSEL

Index: mtd.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/mtd.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- mtd.h	18 Feb 2003 20:53:55 -0000	1.40
+++ mtd.h	19 Feb 2003 11:47:31 -0000	1.41
@@ -92,7 +92,7 @@
 #define MEMUNLOCK               _IOW('M', 6, struct erase_info_user)
 #define MEMGETREGIONCOUNT	_IOR('M', 7, int)
 #define MEMGETREGIONINFO	_IOWR('M', 8, struct region_info_user)
-#define MEMSETOOBSEL		_IOW('M', 9, int)
+#define MEMSETOOBSEL		_IOW('M', 9, struct nand_oobinfo)
 
 struct nand_oobinfo {
 	int	useecc;





More information about the linux-mtd-cvs mailing list