blob: 5622b855a577ed190918e6b5206230991def7dbe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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 */
|