Branch data Line data Source code
1 : : /* SPDX-License-Identifier: BSD-3-Clause 2 : : * Copyright(c) 2019-2020 Intel Corporation 3 : : */ 4 : : 5 : : #include <rte_common.h> 6 : : 7 : : #include "e1000_logs.h" 8 : : 9 [ - + ]: 252 : RTE_LOG_REGISTER_SUFFIX(igc_logtype_init, init, INFO); 10 [ - + ]: 252 : RTE_LOG_REGISTER_SUFFIX(igc_logtype_driver, driver, INFO);