dma-mapping.h 196 B

12345678910
  1. #ifndef _M68KNOMMU_DMA_MAPPING_H
  2. #define _M68KNOMMU_DMA_MAPPING_H
  3. #include <linux/config.h>
  4. #ifdef CONFIG_PCI
  5. #include <asm-generic/dma-mapping.h>
  6. #endif
  7. #endif /* _M68KNOMMU_DMA_MAPPING_H */