blob: a6c42ba48da6afdf74092a4a8dee652443f559d1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _M68KNOMMU_DMA_MAPPING_H
#define _M68KNOMMU_DMA_MAPPING_H
#include <linux/config.h>
#ifdef CONFIG_PCI
#include <asm-generic/dma-mapping.h>
#endif
#endif /* _M68KNOMMU_DMA_MAPPING_H */
|