mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 14:28:56 +00:00
hv: merge hv_lib.h and hypervisor.h
merge hv_lib.h and hypervisor.h into one file Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -4,12 +4,7 @@
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#include <hv_lib.h>
|
||||
#include <acrn_common.h>
|
||||
#include <hv_arch.h>
|
||||
#include <hv_debug.h>
|
||||
#include <bsp_extern.h>
|
||||
#include <mptable.h>
|
||||
#include <hypervisor.h>
|
||||
|
||||
#define MPTABLE_BASE 0xF0000U
|
||||
|
||||
|
@@ -3,8 +3,7 @@
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
#include <hv_lib.h>
|
||||
#include <hv_arch.h>
|
||||
#include <hypervisor.h>
|
||||
#include <vm0_boot.h>
|
||||
|
||||
#define CAT_(A,B) A ## B
|
||||
|
Reference in New Issue
Block a user