mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 08:56:55 +00:00
hv: seed: refine header file
1. move seed_info structure from trusty.h to seed.h 2. replace "#include <hypervisor.h>" with necessary including headers in seed.c/seed_abl.c/seed_sbl.c Tracked-On: #2777 Signed-off-by: Qi Yadong <yadong.qi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -3,8 +3,14 @@
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include <types.h>
|
||||
#include <cpu.h>
|
||||
#include <pgtable.h>
|
||||
#include <rtl.h>
|
||||
#include <mmu.h>
|
||||
#include <sprintf.h>
|
||||
#include <ept.h>
|
||||
#include <logmsg.h>
|
||||
#include <multiboot.h>
|
||||
#include <crypto_api.h>
|
||||
#include <seed.h>
|
||||
|
Reference in New Issue
Block a user