Files
linux-apfs/include/asm-m68knommu/dma-mapping.h
T

11 lines
219 B
C
Raw Normal View History

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