1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (c) 2025 Broadcom */ 3 4 #ifndef _BNGE_ETHTOOL_H_ 5 #define _BNGE_ETHTOOL_H_ 6 7 void bnge_set_ethtool_ops(struct net_device *dev); 8 9 #endif /* _BNGE_ETHTOOL_H_ */ 10
1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (c) 2025 Broadcom */ 3 4 #ifndef _BNGE_ETHTOOL_H_ 5 #define _BNGE_ETHTOOL_H_ 6 7 void bnge_set_ethtool_ops(struct net_device *dev); 8 9 #endif /* _BNGE_ETHTOOL_H_ */ 10