]> Zhao Yanbai Git Server - minix.git/commitdiff
for compatability with older images.
authorBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 15:50:33 +0000 (15:50 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 15:50:33 +0000 (15:50 +0000)
include/sys/vm.h

index c431cd89e6acfb6f88897773d9f6189526c24494..514e5e4971af89919ad6efd96786608f288d5631 100644 (file)
@@ -2,6 +2,15 @@
 sys/vm.h
 */
 
+/* MIOCMAP */
+struct mapreq
+{
+       void *base;
+       size_t size;
+       off_t offset;
+       int readonly;
+};
+
 /* used in ioctl to tty for mapvm map and unmap request. */
 struct mapreqvm
 {