diff options
Diffstat (limited to 'sys/arm64/include/hypervisor.h')
| -rw-r--r-- | sys/arm64/include/hypervisor.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/sys/arm64/include/hypervisor.h b/sys/arm64/include/hypervisor.h index 8feabd2b981b..7d405e63cd8d 100644 --- a/sys/arm64/include/hypervisor.h +++ b/sys/arm64/include/hypervisor.h @@ -30,6 +30,8 @@  #ifndef _MACHINE_HYPERVISOR_H_  #define	_MACHINE_HYPERVISOR_H_ +#include <machine/_armreg.h> +  /*   * These registers are only useful when in hypervisor context,   * e.g. specific to EL2, or controlling the hypervisor. | 
