drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / mips / include / asm / dma-direct.h
blob9a640118316c9d923140a5af8b38a8efac81bd27
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _MIPS_DMA_DIRECT_H
3 #define _MIPS_DMA_DIRECT_H 1
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);
8 #endif /* _MIPS_DMA_DIRECT_H */