]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/xen/swiotlb-xen.h
mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()
[mirror_ubuntu-bionic-kernel.git] / include / xen / swiotlb-xen.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b097186f
KRW
2#ifndef __LINUX_SWIOTLB_XEN_H
3#define __LINUX_SWIOTLB_XEN_H
4
5#include <linux/swiotlb.h>
6
b8277600 7extern int xen_swiotlb_init(int verbose, bool early);
dceb1a68 8extern const struct dma_map_ops xen_swiotlb_dma_ops;
b097186f 9
b097186f 10#endif /* __LINUX_SWIOTLB_XEN_H */