signal: Fix sending signals with siginfo
[cris-mirror.git] / include / xen / swiotlb-xen.h
blobed2de363da3336f61b66d2feca2bf8c298c5e806
1 #ifndef __LINUX_SWIOTLB_XEN_H
2 #define __LINUX_SWIOTLB_XEN_H
4 #include <linux/swiotlb.h>
6 extern int xen_swiotlb_init(int verbose, bool early);
7 extern const struct dma_map_ops xen_swiotlb_dma_ops;
9 #endif /* __LINUX_SWIOTLB_XEN_H */