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