]> Git Repo - J-linux.git/blob - arch/x86/include/asm/xen/swiotlb-xen.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / x86 / include / asm / xen / swiotlb-xen.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_SWIOTLB_XEN_H
3 #define _ASM_X86_SWIOTLB_XEN_H
4
5 int xen_swiotlb_fixup(void *buf, unsigned long nslabs);
6 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order,
7                                 unsigned int address_bits,
8                                 dma_addr_t *dma_handle);
9 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
10
11 #endif /* _ASM_X86_SWIOTLB_XEN_H */
This page took 0.02642 seconds and 4 git commands to generate.