]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/xen/xen-ops.h
ipv6: mcast: RCU conversion
[net-next-2.6.git] / include / xen / xen-ops.h
index 351f4051f6d856d455d5f3d60b75bf3570209d9a..98b92154a2645407808c74ba9326e735f84b75af 100644 (file)
@@ -23,4 +23,9 @@ int xen_create_contiguous_region(unsigned long vstart, unsigned int order,
 
 void xen_destroy_contiguous_region(unsigned long vstart, unsigned int order);
 
+int xen_remap_domain_mfn_range(struct vm_area_struct *vma,
+                              unsigned long addr,
+                              unsigned long mfn, int nr,
+                              pgprot_t prot, unsigned domid);
+
 #endif /* INCLUDE_XEN_OPS_H */