mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-03 12:49:45 +00:00
EFI stub code need to reference to the struct cpu_gp_regs, which is currently defined in vcpu.h, however include vcpu.h in EFI stub code will include other header files not requried by EFI stub code. After moving the define of struct cpu_gp_regs to a separate headfile, the file can be included in EFI stub code without other header files. Signed-off-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
common | ||
debug | ||
lib | ||
public | ||
hv_debug.h | ||
hv_lib.h | ||
hypervisor.h |