]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/xen/swiotlb-xen.h
xen-swiotlb: consolidate xen_swiotlb_dma_ops
[karo-tx-linux.git] / include / xen / swiotlb-xen.h
1 #ifndef __LINUX_SWIOTLB_XEN_H
2 #define __LINUX_SWIOTLB_XEN_H
3
4 #include <linux/swiotlb.h>
5
6 extern int xen_swiotlb_init(int verbose, bool early);
7 extern const struct dma_map_ops xen_swiotlb_dma_ops;
8
9 #endif /* __LINUX_SWIOTLB_XEN_H */