| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASM_SPARC_DMA_MAPPING_H |
| 2 | #define _ASM_SPARC_DMA_MAPPING_H | ||||
| 3 | |||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
| 5 | #ifdef CONFIG_PCI | ||||
| 6 | #include <asm-generic/dma-mapping.h> | ||||
| 7 | #else | ||||
| Al Viro | a7124d7 | 2007-03-14 09:16:44 +0000 | [diff] [blame] | 8 | #include <asm-generic/dma-mapping-broken.h> |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | #endif /* PCI */ |
| 10 | |||||
| 11 | #endif /* _ASM_SPARC_DMA_MAPPING_H */ | ||||