mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
hv: Move the strcut acrn_vcpu_regs to public header file
Move struct acrn_vcpu_regs, acrn_descriptor_ptr and acrn_gp_regs to acrn_common.h. The struct acrn_vcpu_regs will be used as parameter of hypercall Tracked-On: #1231 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "efilinux.h"
|
||||
#include "stdlib.h"
|
||||
#include "boot.h"
|
||||
#include "acrn_common.h"
|
||||
#include "vm0_boot.h"
|
||||
|
||||
EFI_SYSTEM_TABLE *sys_table;
|
||||
|
||||
Reference in New Issue
Block a user