hv: rename acrn_efi.h to vm0_boot.h

The structures defined in acrn_efi.h is x86 related, move it
to acrh/x86/guest/.
Also, the headfile will be used on both SBL & UEFI platforms,
rename it to vm0_boot.h

Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Binbin Wu
2018-07-28 22:22:35 +08:00
committed by lijinxia
parent adddf512a6
commit 43db87cfed
8 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
#include <schedule.h>
#ifdef CONFIG_EFI_STUB
#include <acrn_efi.h>
#include <vm0_boot.h>
extern struct efi_ctx* efi_ctx;
#endif

View File

@@ -6,7 +6,7 @@
#include <hypervisor.h>
#ifdef CONFIG_EFI_STUB
#include <acrn_efi.h>
#include <vm0_boot.h>
extern struct efi_ctx* efi_ctx;
#endif