]> Git Repo - J-linux.git/blob - arch/mips/include/asm/dma-direct.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / mips / include / asm / dma-direct.h
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 */
This page took 0.025823 seconds and 4 git commands to generate.