1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* Copyright (c) 2024 Hisilicon Limited. */ 3 4 #ifndef __HBG_ETHTOOL_H 5 #define __HBG_ETHTOOL_H 6 7 #include <linux/netdevice.h> 8 9 void hbg_ethtool_set_ops(struct net_device *netdev); 10 11 #endif 12
1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* Copyright (c) 2024 Hisilicon Limited. */ 3 4 #ifndef __HBG_ETHTOOL_H 5 #define __HBG_ETHTOOL_H 6 7 #include <linux/netdevice.h> 8 9 void hbg_ethtool_set_ops(struct net_device *netdev); 10 11 #endif 12