11 lines
196 B
C
11 lines
196 B
C
|
#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 */
|