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-08 10:21:01 +08:00
committed by wenlingz
parent e8f726e321
commit 28b7cee412
13 changed files with 17 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
#include <sprintf.h>
#include <asm/guest/ept.h>
#include <logmsg.h>
#include <multiboot.h>
#include <boot.h>
#include <crypto_api.h>
#include <asm/seed.h>
#include "seed_abl.h"