8 lines
166 B
C
8 lines
166 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(C) 2019 Marvell International Ltd.
|
|
*/
|
|
|
|
#include <rte_log.h>
|
|
|
|
RTE_LOG_REGISTER_DEFAULT(nitrox_logtype, NOTICE);
|