mirror of https://github.com/F-Stack/f-stack.git
11 lines
262 B
C
11 lines
262 B
C
|
/* SPDX-License-Identifier: BSD-3-Clause
|
||
|
* Copyright(c) 2019-2020 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#include <rte_common.h>
|
||
|
|
||
|
#include "igc_logs.h"
|
||
|
|
||
|
RTE_LOG_REGISTER(igc_logtype_init, pmd.net.igc.init, INFO);
|
||
|
RTE_LOG_REGISTER(igc_logtype_driver, pmd.net.igc.driver, INFO);
|