hv: modularization: cleanup boot.h

Move multiboot specific declarations from boot.h to multiboot.h.

Tracked-On: #5661
Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Liang Yi
2021-01-18 04:38:04 +08:00
committed by wenlingz
parent 153e83a19e
commit 8f9ec59a53
9 changed files with 63 additions and 53 deletions

View File

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