Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_ARM64_HYPERVISOR_H
0003 #define _ASM_ARM64_HYPERVISOR_H
0004 
0005 #include <asm/xen/hypervisor.h>
0006 
0007 void kvm_init_hyp_services(void);
0008 bool kvm_arm_hyp_service_available(u32 func_id);
0009 
0010 #endif