X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fxen%2Fgnttab.h;fp=include%2Fxen%2Fgnttab.h;h=558aee5c06f79a5a8e54785dfb1450609a57473a;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=8df0168f9f91be3555260de5761c0127b4c02e5b;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/xen/gnttab.h b/include/xen/gnttab.h index 8df0168f9..558aee5c0 100644 --- a/include/xen/gnttab.h +++ b/include/xen/gnttab.h @@ -117,7 +117,7 @@ int gnttab_suspend(void); int gnttab_resume(void); static inline void -gnttab_set_map_op(struct gnttab_map_grant_ref *map, unsigned long addr, +gnttab_set_map_op(struct gnttab_map_grant_ref *map, uint64_t addr, uint32_t flags, grant_ref_t ref, domid_t domid) { if (flags & GNTMAP_contains_pte) @@ -133,7 +133,7 @@ gnttab_set_map_op(struct gnttab_map_grant_ref *map, unsigned long addr, } static inline void -gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, unsigned long addr, +gnttab_set_unmap_op(struct gnttab_unmap_grant_ref *unmap, uint64_t addr, uint32_t flags, grant_handle_t handle) { if (flags & GNTMAP_contains_pte)