Current Path : /usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/arch/x86/include/asm/xen/ |
Current File : //usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/arch/x86/include/asm/xen/swiotlb-xen.h |
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_SWIOTLB_XEN_H #define _ASM_X86_SWIOTLB_XEN_H #ifdef CONFIG_SWIOTLB_XEN extern int pci_xen_swiotlb_init_late(void); #else static inline int pci_xen_swiotlb_init_late(void) { return -ENXIO; } #endif #endif /* _ASM_X86_SWIOTLB_XEN_H */