mirror of https://github.com/F-Stack/f-stack.git
9 lines
197 B
C
9 lines
197 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright (c) 2023 Corigine, Inc.
|
||
|
* All rights reserved.
|
||
|
*/
|
||
|
|
||
|
#include "nfp_common_log.h"
|
||
|
|
||
|
RTE_LOG_REGISTER_SUFFIX(nfp_logtype_common, common, NOTICE);
|