aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen/grant_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xen/grant_table.h')
-rw-r--r--include/xen/grant_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h
index 5494c402c83a..fea4954174f0 100644
--- a/include/xen/grant_table.h
+++ b/include/xen/grant_table.h
@@ -157,7 +157,7 @@ unsigned int gnttab_max_grant_frames(void);
157#define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr)) 157#define gnttab_map_vaddr(map) ((void *)(map.host_virt_addr))
158 158
159int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops, 159int gnttab_map_refs(struct gnttab_map_grant_ref *map_ops,
160 struct gnttab_map_grant_ref *kmap_ops, 160 struct gnttab_map_grant_ref *kmap_ops,
161 struct page **pages, unsigned int count); 161 struct page **pages, unsigned int count);
162int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops, 162int gnttab_unmap_refs(struct gnttab_unmap_grant_ref *unmap_ops,
163 struct page **pages, unsigned int count); 163 struct page **pages, unsigned int count);