19 lines
318 B
C
19 lines
318 B
C
/*
|
|
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef HV_DEBUG_H
|
|
#define HV_DEBUG_H
|
|
|
|
#include <logmsg.h>
|
|
#include <console.h>
|
|
#include <dump.h>
|
|
#include <trace.h>
|
|
#include <sbuf.h>
|
|
#include <npk_log.h>
|
|
#include <profiling.h>
|
|
|
|
#endif /* HV_DEBUG_H */
|