Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
[pandora-kernel.git] / arch / ia64 / include / asm / swiotlb.h
1 #ifndef ASM_IA64__SWIOTLB_H
2 #define ASM_IA64__SWIOTLB_H
3
4 #include <linux/dma-mapping.h>
5 #include <linux/swiotlb.h>
6
7 extern int swiotlb_force;
8
9 #ifdef CONFIG_SWIOTLB
10 extern int swiotlb;
11 extern void pci_swiotlb_init(void);
12 #else
13 #define swiotlb 0
14 static inline void pci_swiotlb_init(void)
15 {
16 }
17 #endif
18
19 #endif /* ASM_IA64__SWIOTLB_H */