HV: modularization: rename multiboot.h to boot.h

Given the structure in multiboot.h could be used for any boot protocol,
use a more generic name "boot.h" instead;

Tracked-On: #5661

Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Victor Sun
2021-06-03 16:39:19 +08:00
committed by wenlingz
parent fd75fcdef0
commit 23222d0192
14 changed files with 64 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
#include <types.h>
#include <pci.h>
#include <board_info.h>
#include <multiboot.h>
#include <boot.h>
#include <acrn_common.h>
#include <vm_uuids.h>
#include <vm_configurations.h>