xref: /dpdk/drivers/common/nfp/nfp_common_log.c (revision 2df20a1d345a5fc0a1b6dc0317d11fc7b1fda7e7)
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