Added patch headers.
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / include / mach-xen / asm / swiotlb.h
1 #include_next <asm/swiotlb.h>
2
3 #ifdef CONFIG_SWIOTLB
4 #define pci_swiotlb_detect() 1
5 #else
6 #define swiotlb_init(verbose) ((void)(verbose))
7 #endif
8
9 dma_addr_t swiotlb_map_single_phys(struct device *, phys_addr_t, size_t size,
10                                    int dir);