xref: /dpdk/drivers/common/nfp/nfp_common_log.c (revision 29cb31c9aa0f12ba6dd031d6d03e801169a105fa)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2023 Corigine, Inc.
3  * All rights reserved.
4  */
5 
6 #include "nfp_common_log.h"
7 
8 RTE_LOG_REGISTER_SUFFIX(nfp_logtype_common, common, NOTICE);
9