HV: Merge hypervisor debug header files

-- merge 'assert.h' & 'printf.h' into 'logmsg.h'
  -- merge 'shell.h' into 'console.h'

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Yonghua Huang
2018-08-13 21:23:50 +08:00
committed by wenlingz
parent a6bc36f8ed
commit 77011ce60e
6 changed files with 54 additions and 94 deletions

View File

@@ -12,9 +12,6 @@
#include <console.h>
#include <dump.h>
#include <trace.h>
#include <shell.h>
#include <sbuf.h>
#include <assert.h>
#include <printf.h>
#endif /* HV_DEBUG_H */