dma-mapping.h 355 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0
  2. // (C) 2018 Synopsys, Inc. (www.synopsys.com)
  3. #ifndef ASM_ARC_DMA_MAPPING_H
  4. #define ASM_ARC_DMA_MAPPING_H
  5. #include <asm-generic/dma-mapping.h>
  6. void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
  7. const struct iommu_ops *iommu, bool coherent);
  8. #define arch_setup_dma_ops arch_setup_dma_ops
  9. #endif