mirror of https://github.com/F-Stack/f-stack.git
8 lines
173 B
C
8 lines
173 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright(C) 2020 Marvell International Ltd.
|
||
|
*/
|
||
|
|
||
|
#include "node_private.h"
|
||
|
|
||
|
RTE_LOG_REGISTER(rte_node_logtype, lib.node, INFO);
|