2005-04-16 22:20:36 +00:00
|
|
|
#ifndef _M68KNOMMU_DMA_MAPPING_H
|
|
|
|
#define _M68KNOMMU_DMA_MAPPING_H
|
|
|
|
|
|
|
|
#ifdef CONFIG_PCI
|
|
|
|
#include <asm-generic/dma-mapping.h>
|
2006-12-04 07:27:58 +00:00
|
|
|
#else
|
|
|
|
#include <asm-generic/dma-mapping-broken.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* _M68KNOMMU_DMA_MAPPING_H */
|