Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar...
[sfrench/cifs-2.6.git] / arch / arc / include / asm / dma-mapping.h
1 // SPDX-License-Identifier:  GPL-2.0
2 // (C) 2018 Synopsys, Inc. (www.synopsys.com)
3
4 #ifndef ASM_ARC_DMA_MAPPING_H
5 #define ASM_ARC_DMA_MAPPING_H
6
7 #include <asm-generic/dma-mapping.h>
8
9 void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
10                         const struct iommu_ops *iommu, bool coherent);
11 #define arch_setup_dma_ops arch_setup_dma_ops
12
13 #endif