dma-mapping_no.h 219 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#ifndef _M68KNOMMU_DMA_MAPPING_H
#define _M68KNOMMU_DMA_MAPPING_H

#ifdef CONFIG_PCI
#include <asm-generic/dma-mapping.h>
6 7
#else
#include <asm-generic/dma-mapping-broken.h>
L
Linus Torvalds 已提交
8 9 10
#endif

#endif  /* _M68KNOMMU_DMA_MAPPING_H */