Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (c)  2020 Intel Corporation */
0003 
0004 #ifndef _IGC_TSN_H_
0005 #define _IGC_TSN_H_
0006 
0007 int igc_tsn_offload_apply(struct igc_adapter *adapter);
0008 int igc_tsn_reset(struct igc_adapter *adapter);
0009 
0010 #endif /* _IGC_BASE_H */