xref: /linux/drivers/net/ethernet/wangxun/libwx/wx_ethtool.h (revision 69bfec7548f4c1595bac0e3ddfc0458a5af31f4c)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
3 
4 #ifndef _WX_ETHTOOL_H_
5 #define _WX_ETHTOOL_H_
6 
7 void wx_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *info);
8 #endif /* _WX_ETHTOOL_H_ */
9