diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/xen/swiotlb-xen.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/xen/swiotlb-xen.h b/include/xen/swiotlb-xen.h index 2ea2fdc79c1..4f4d449f00f 100644 --- a/include/xen/swiotlb-xen.h +++ b/include/xen/swiotlb-xen.h | |||
| @@ -7,11 +7,13 @@ extern void xen_swiotlb_init(int verbose); | |||
| 7 | 7 | ||
| 8 | extern void | 8 | extern void |
| 9 | *xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size, | 9 | *xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size, |
| 10 | dma_addr_t *dma_handle, gfp_t flags); | 10 | dma_addr_t *dma_handle, gfp_t flags, |
| 11 | struct dma_attrs *attrs); | ||
| 11 | 12 | ||
| 12 | extern void | 13 | extern void |
| 13 | xen_swiotlb_free_coherent(struct device *hwdev, size_t size, | 14 | xen_swiotlb_free_coherent(struct device *hwdev, size_t size, |
| 14 | void *vaddr, dma_addr_t dma_handle); | 15 | void *vaddr, dma_addr_t dma_handle, |
| 16 | struct dma_attrs *attrs); | ||
| 15 | 17 | ||
| 16 | extern dma_addr_t xen_swiotlb_map_page(struct device *dev, struct page *page, | 18 | extern dma_addr_t xen_swiotlb_map_page(struct device *dev, struct page *page, |
| 17 | unsigned long offset, size_t size, | 19 | unsigned long offset, size_t size, |
