xref: /linux/arch/mips/include/asm/dma-direct.h (revision 5a7eeb8ba143d860050ecea924a8f074f02d8023)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _MIPS_DMA_DIRECT_H
3 #define _MIPS_DMA_DIRECT_H 1
4 
5 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
6 phys_addr_t __dma_to_phys(struct device *dev, dma_addr_t daddr);
7 
8 #endif /* _MIPS_DMA_DIRECT_H */
9