mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-15 22:09:06 +00:00
hv:fix "no prototype for non-static function"
change some APIs to static or include header file Tracked-On: #861 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
4129b72b2e
commit
e4d1c321ad
@@ -10,6 +10,7 @@
|
||||
#include <pgtable.h>
|
||||
#include <dbg_cmd.h>
|
||||
#include <logmsg.h>
|
||||
#include <vboot.h>
|
||||
|
||||
#define ACRN_DBG_PARSE 6
|
||||
|
||||
|
@@ -19,6 +19,7 @@
|
||||
#include <vm.h>
|
||||
#include <logmsg.h>
|
||||
#include <deprivilege_boot.h>
|
||||
#include <vboot_info.h>
|
||||
|
||||
#define ACRN_DBG_BOOT 6U
|
||||
|
||||
|
Reference in New Issue
Block a user