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