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