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 <console.h>
|
|
|
|
#include <dump.h>
|
|
|
|
#include <trace.h>
|
|
|
|
#include <sbuf.h>
|
2018-08-01 10:54:23 +08:00
|
|
|
#include <npk_log.h>
|
2018-10-23 03:29:21 +08:00
|
|
|
#include <profiling.h>
|
2018-03-07 20:57:14 +08:00
|
|
|
|
|
|
|
#endif /* HV_DEBUG_H */
|