162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (c) 2020 Intel Corporation */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef _IGC_TSN_H_ 562306a36Sopenharmony_ci#define _IGC_TSN_H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciint igc_tsn_offload_apply(struct igc_adapter *adapter); 862306a36Sopenharmony_ciint igc_tsn_reset(struct igc_adapter *adapter); 962306a36Sopenharmony_civoid igc_tsn_adjust_txtime_offset(struct igc_adapter *adapter); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#endif /* _IGC_BASE_H */ 12