mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +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:
@@ -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 */
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user