diff options
Diffstat (limited to 'target/arm/hvf_arm.h')
-rw-r--r-- | target/arm/hvf_arm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/arm/hvf_arm.h b/target/arm/hvf_arm.h index e848c1d..ea82f26 100644 --- a/target/arm/hvf_arm.h +++ b/target/arm/hvf_arm.h @@ -11,7 +11,7 @@ #ifndef QEMU_HVF_ARM_H #define QEMU_HVF_ARM_H -#include "cpu.h" +#include "target/arm/cpu-qom.h" /** * hvf_arm_init_debug() - initialize guest debug capabilities @@ -22,4 +22,7 @@ void hvf_arm_init_debug(void); void hvf_arm_set_cpu_features_from_host(ARMCPU *cpu); +uint32_t hvf_arm_get_default_ipa_bit_size(void); +uint32_t hvf_arm_get_max_ipa_bit_size(void); + #endif |