mtd/include/linux/mtd map.h,1.27,1.28

Joakim Tjernlund jocke at infradead.org
Thu Sep 5 16:23:21 EDT 2002


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

Modified Files:
	map.h 
Log Message:
Added point()/unpoint() to map_info

Index: map.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/map.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- map.h	21 Feb 2002 08:26:59 -0000	1.27
+++ map.h	5 Sep 2002 20:23:19 -0000	1.28
@@ -46,6 +46,9 @@
 	void (*write64)(struct map_info *, __u64, unsigned long);
 	void (*copy_to)(struct map_info *, unsigned long, const void *, ssize_t);
 
+	u_char * (*point) (struct map_info *, loff_t, size_t);
+	void (*unpoint) (struct map_info *, u_char *);
+
 	void (*set_vpp)(struct map_info *, int);
 	/* We put these two here rather than a single void *map_priv, 
 	   because we want mappers to be able to have quickly-accessible





More information about the linux-mtd-cvs mailing list