11 lines
271 B
C
11 lines
271 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/* Copyright(c) 1999 - 2020 Intel Corporation. */
|
||
|
|
||
|
#ifndef _IXGBE_CNA_H_
|
||
|
#define _IXGBE_CNA_H_
|
||
|
|
||
|
int ixgbe_cna_enable(struct ixgbe_adapter *adapter);
|
||
|
void ixgbe_cna_disable(struct ixgbe_adapter *adapter);
|
||
|
|
||
|
#endif /* _IXGBE_CNA_H_ */
|