Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame^] | 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 |