mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
hv:cleanup header files for debug folder
cleanup debug folder, only include some necessary header files,doesn't include hypervisor.h Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com> modified: debug/console.c modified: debug/dbg_cmd.c modified: debug/dump.c modified: debug/hypercall.c modified: debug/logmsg.c modified: debug/npk_log.c modified: debug/printf.c modified: debug/profiling.c modified: debug/sbuf.c modified: debug/shell.c modified: debug/string.c modified: debug/trace.c modified: debug/uart16550.c modified: debug/vuart.c modified: include/debug/console.h modified: include/debug/vuart.h
This commit is contained in:
@@ -5,7 +5,16 @@
|
||||
*/
|
||||
#ifdef PROFILING_ON
|
||||
|
||||
#include <hypervisor.h>
|
||||
#include <types.h>
|
||||
#include <errno.h>
|
||||
#include <irq.h>
|
||||
#include <per_cpu.h>
|
||||
#include <pgtable.h>
|
||||
#include <vmx.h>
|
||||
#include <cpuid.h>
|
||||
#include <vm.h>
|
||||
#include <sprintf.h>
|
||||
#include <logmsg.h>
|
||||
|
||||
#define ACRN_DBG_PROFILING 5U
|
||||
#define ACRN_ERR_PROFILING 3U
|
||||
|
Reference in New Issue
Block a user