xref: /linux/drivers/net/ethernet/wangxun/txgbe/txgbe_ethtool.h (revision b081d8564e4a396843a78788476fdcbf70efed06)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
3 
4 #ifndef _TXGBE_ETHTOOL_H_
5 #define _TXGBE_ETHTOOL_H_
6 
7 int txgbe_get_link_ksettings(struct net_device *netdev,
8 			     struct ethtool_link_ksettings *cmd);
9 void txgbe_set_ethtool_ops(struct net_device *netdev);
10 
11 #endif /* _TXGBE_ETHTOOL_H_ */
12