1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2020 Intel Corporation */
7 int igc_tsn_offload_apply(struct igc_adapter *adapter);
8 int igc_tsn_reset(struct igc_adapter *adapter);
9 void igc_tsn_adjust_txtime_offset(struct igc_adapter *adapter);
10 bool igc_tsn_is_taprio_activated_by_user(struct igc_adapter *adapter);
12 #endif /* _IGC_BASE_H */