xref: /linux/drivers/net/ethernet/intel/igc/igc_tsn.h (revision a4eb44a6435d6d8f9e642407a4a06f65eb90ca04)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c)  2020 Intel Corporation */
3 
4 #ifndef _IGC_TSN_H_
5 #define _IGC_TSN_H_
6 
7 int igc_tsn_offload_apply(struct igc_adapter *adapter);
8 int igc_tsn_reset(struct igc_adapter *adapter);
9 
10 #endif /* _IGC_BASE_H */
11