aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenctrlosdep.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
commit3143748ef690c9c2206817a8a6b5f97e744b795d (patch)
tree180c09be929ff5a6be67897fa8c9b5c9200262b8 /tools/libxc/xenctrlosdep.h
parentf32797d3310d8eb1851b07249f5270f1be1ae39a (diff)
downloadxen-3143748ef690c9c2206817a8a6b5f97e744b795d.tar.gz
xen-3143748ef690c9c2206817a8a6b5f97e744b795d.tar.bz2
xen-3143748ef690c9c2206817a8a6b5f97e744b795d.zip
libxc: osdep: convert xc_map_foreign_range()
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/xenctrlosdep.h')
-rw-r--r--tools/libxc/xenctrlosdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libxc/xenctrlosdep.h b/tools/libxc/xenctrlosdep.h
index 204b9e87e9..eadbbc0808 100644
--- a/tools/libxc/xenctrlosdep.h
+++ b/tools/libxc/xenctrlosdep.h
@@ -68,6 +68,8 @@ struct xc_osdep_ops
xen_pfn_t *arr, int num);
void *(*map_foreign_bulk)(xc_interface *xch, xc_osdep_handle h, uint32_t dom, int prot,
const xen_pfn_t *arr, int *err, unsigned int num);
+ void *(*map_foreign_range)(xc_interface *xch, xc_osdep_handle h, uint32_t dom, int size, int prot,
+ unsigned long mfn);
} privcmd;
} u;
};