8 lines
171 B
C
8 lines
171 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(C) 2020 Marvell International Ltd.
|
|
*/
|
|
|
|
#include "node_private.h"
|
|
|
|
RTE_LOG_REGISTER_DEFAULT(rte_node_logtype, INFO);
|