Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[linux-block.git] / include / xen / swiotlb-xen.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b097186f
KRW
2#ifndef __LINUX_SWIOTLB_XEN_H
3#define __LINUX_SWIOTLB_XEN_H
4
5#include <linux/swiotlb.h>
f5079a9a 6#include <asm/xen/swiotlb-xen.h>
b097186f 7
297f7f82 8void xen_dma_sync_for_cpu(struct device *dev, dma_addr_t handle,
63f0620c 9 size_t size, enum dma_data_direction dir);
995d3556 10void xen_dma_sync_for_device(struct device *dev, dma_addr_t handle,
63f0620c 11 size_t size, enum dma_data_direction dir);
b4dca151 12
dceb1a68 13extern const struct dma_map_ops xen_swiotlb_dma_ops;
b097186f 14
b097186f 15#endif /* __LINUX_SWIOTLB_XEN_H */