blob: f3a641e6b2c88645cc09852923d1804bba410546 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_SPARC_DMA_MAPPING_H
2#define _ASM_SPARC_DMA_MAPPING_H
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
5#ifdef CONFIG_PCI
6#include <asm-generic/dma-mapping.h>
7#else
Al Viroa7124d72007-03-14 09:16:44 +00008#include <asm-generic/dma-mapping-broken.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#endif /* PCI */
10
11#endif /* _ASM_SPARC_DMA_MAPPING_H */