blob: 6aeab18e58bd16631dbc4c2d6caa6f3c156b9a5a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _M68KNOMMU_DMA_MAPPING_H
2#define _M68KNOMMU_DMA_MAPPING_H
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#ifdef CONFIG_PCI
5#include <asm-generic/dma-mapping.h>
Greg Ungerer04a9f082006-12-04 17:27:58 +10006#else
7#include <asm-generic/dma-mapping-broken.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#endif
9
10#endif /* _M68KNOMMU_DMA_MAPPING_H */