mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 18:27:18 +00:00
hv: modularization: avoid dependency of multiboot on zeropage.h.
Split off definition of "struct efi_info" into a separate header file lib/efi.h. Tracked-On: #5661 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <trampoline.h>
|
||||
#include <reloc.h>
|
||||
#include <ld_sym.h>
|
||||
#include <e820.h>
|
||||
|
||||
static uint64_t trampoline_start16_paddr;
|
||||
|
||||
|
Reference in New Issue
Block a user