dma-mapping.h 231 B

123456789101112
  1. #ifndef _M68K_DMA_MAPPING_H
  2. #define _M68K_DMA_MAPPING_H
  3. #include <linux/config.h>
  4. #ifdef CONFIG_PCI
  5. #include <asm-generic/dma-mapping.h>
  6. #else
  7. #include <asm-generic/dma-mapping-broken.h>
  8. #endif
  9. #endif /* _M68K_DMA_MAPPING_H */