2018-03-07 20:57:14 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
|
|
|
*
|
2018-05-26 01:49:13 +08:00
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
2018-03-07 20:57:14 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef HV_DEBUG_H
|
|
|
|
#define HV_DEBUG_H
|
|
|
|
|
|
|
|
#include <logmsg.h>
|
|
|
|
#include <vuart.h>
|
|
|
|
#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 */
|