8 lines
176 B
C
8 lines
176 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef _ASM_ARM_SWIOTLB_XEN_H
|
||
|
#define _ASM_ARM_SWIOTLB_XEN_H
|
||
|
|
||
|
extern int xen_swiotlb_detect(void);
|
||
|
|
||
|
#endif /* _ASM_ARM_SWIOTLB_XEN_H */
|