mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-20 14:42:27 +00:00
10 lines
170 B
C
10 lines
170 B
C
#ifndef _M68KNOMMU_DMA_MAPPING_H
|
|
#define _M68KNOMMU_DMA_MAPPING_H
|
|
|
|
|
|
#ifdef CONFIG_PCI
|
|
#include <asm-generic/dma-mapping.h>
|
|
#endif
|
|
|
|
#endif /* _M68KNOMMU_DMA_MAPPING_H */
|