summaryrefslogtreecommitdiff
path: root/arch/arm64/include
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2021-04-13 15:41:22 +0100
committerMarc Zyngier <maz@kernel.org>2021-04-13 15:41:22 +0100
commitd8f37d291cd764ee966014ea2768709268d04abb (patch)
tree2b6098d67359e8ca053d56f43f7cc12cfa0638f1 /arch/arm64/include
parentbba8857febb1d0574480bd13a1be0567ac0f0ce9 (diff)
parent127ce0b14133f48a5635faa9dac69a3a99f85146 (diff)
Merge branch 'kvm-arm64/ptp' into kvmarm-master/next
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/include')
-rw-r--r--arch/arm64/include/asm/hypervisor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/hypervisor.h b/arch/arm64/include/asm/hypervisor.h
index f9cc1d021791..0ae427f352c8 100644
--- a/arch/arm64/include/asm/hypervisor.h
+++ b/arch/arm64/include/asm/hypervisor.h
@@ -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