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
commitd52853b78cbbf036c089ba2811f16388e739a470 (patch)
treec08890c846096725b2e562343bcba6298350d2b0 /tools/libxc/xenctrlosdep.h
parent3143748ef690c9c2206817a8a6b5f97e744b795d (diff)
downloadxen-d52853b78cbbf036c089ba2811f16388e739a470.tar.gz
xen-d52853b78cbbf036c089ba2811f16388e739a470.tar.bz2
xen-d52853b78cbbf036c089ba2811f16388e739a470.zip
libxc: osdep: convert xc_map_foreign_ranges()
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxc/xenctrlosdep.h b/tools/libxc/xenctrlosdep.h
index eadbbc0808..5f93b7361d 100644
--- a/tools/libxc/xenctrlosdep.h
+++ b/tools/libxc/xenctrlosdep.h
@@ -70,6 +70,9 @@ struct xc_osdep_ops
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);
+ void *(*map_foreign_ranges)(xc_interface *xch, xc_osdep_handle h, uint32_t dom, size_t size, int prot,
+ size_t chunksize, privcmd_mmap_entry_t entries[],
+ int nentries);
} privcmd;
} u;
};