aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen')
-rw-r--r--include/xen/xen-ops.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h
index 6a198e46ab6e..990b43e441e6 100644
--- a/include/xen/xen-ops.h
+++ b/include/xen/xen-ops.h
@@ -27,6 +27,9 @@ struct vm_area_struct;
27int xen_remap_domain_mfn_range(struct vm_area_struct *vma, 27int xen_remap_domain_mfn_range(struct vm_area_struct *vma,
28 unsigned long addr, 28 unsigned long addr,
29 unsigned long mfn, int nr, 29 unsigned long mfn, int nr,
30 pgprot_t prot, unsigned domid); 30 pgprot_t prot, unsigned domid,
31 struct page **pages);
32int xen_unmap_domain_mfn_range(struct vm_area_struct *vma,
33 int numpgs, struct page **pages);
31 34
32#endif /* INCLUDE_XEN_OPS_H */ 35#endif /* INCLUDE_XEN_OPS_H */