arm/arm64: Probe for the presence of KVM hypervisor
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / hypervisor.h
index f9cc1d0..0ae427f 100644 (file)
@@ -4,4 +4,7 @@
 
 #include <asm/xen/hypervisor.h>
 
+void kvm_init_hyp_services(void);
+bool kvm_arm_hyp_service_available(u32 func_id);
+
 #endif