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:
Mingqiang Chi
2019-02-20 13:37:55 +08:00
committed by wenlingz
parent 511d4c158b
commit 501b3f7e82
16 changed files with 91 additions and 24 deletions

View File

@@ -7,8 +7,6 @@
#ifndef CONSOLE_H
#define CONSOLE_H
#include <pci.h>
/* Switching key combinations for shell and uart console */
#define GUEST_CONSOLE_TO_HV_SWITCH_KEY 0 /* CTRL + SPACE */

View File

@@ -29,6 +29,8 @@
#ifndef VUART_H
#define VUART_H
#include <types.h>
#include <spinlock.h>
#define RX_BUF_SIZE 256U
#define TX_BUF_SIZE 8192U