diff options
Diffstat (limited to 'arch/arm64/include/asm/virt.h')
-rw-r--r-- | arch/arm64/include/asm/virt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/virt.h b/arch/arm64/include/asm/virt.h index f28547d9edfa..439827271e3d 100644 --- a/arch/arm64/include/asm/virt.h +++ b/arch/arm64/include/asm/virt.h | |||
@@ -33,6 +33,9 @@ | |||
33 | */ | 33 | */ |
34 | extern u32 __boot_cpu_mode[2]; | 34 | extern u32 __boot_cpu_mode[2]; |
35 | 35 | ||
36 | void __hyp_set_vectors(phys_addr_t phys_vector_base); | ||
37 | phys_addr_t __hyp_get_vectors(void); | ||
38 | |||
36 | /* Reports the availability of HYP mode */ | 39 | /* Reports the availability of HYP mode */ |
37 | static inline bool is_hyp_mode_available(void) | 40 | static inline bool is_hyp_mode_available(void) |
38 | { | 41 | { |