xref: /openbmc/linux/drivers/net/ethernet/wangxun/txgbe/txgbe_ethtool.h (revision e6b9d8eddb1772d99a676a906d42865293934edd)
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 void txgbe_set_ethtool_ops(struct net_device *netdev);
8 
9 #endif /* _TXGBE_ETHTOOL_H_ */
10