xref: /dpdk/drivers/common/nitrox/nitrox_logs.c (revision e9fd1ebf981f361844aea9ec94e17f4bda5e1479)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2019 Marvell International Ltd.
3  */
4 
5 #include <rte_log.h>
6 
7 RTE_LOG_REGISTER_DEFAULT(nitrox_logtype, NOTICE);
8