]> asedeno.scripts.mit.edu Git - linux.git/blob - include/xen/swiotlb-xen.h
Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stultz...
[linux.git] / include / xen / swiotlb-xen.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_SWIOTLB_XEN_H
3 #define __LINUX_SWIOTLB_XEN_H
4
5 #include <linux/swiotlb.h>
6
7 extern int xen_swiotlb_init(int verbose, bool early);
8 extern const struct dma_map_ops xen_swiotlb_dma_ops;
9
10 #endif /* __LINUX_SWIOTLB_XEN_H */