10 lines
207 B
C
10 lines
207 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (c) 2025 Broadcom */
|
|
|
|
#ifndef _BNGE_ETHTOOL_H_
|
|
#define _BNGE_ETHTOOL_H_
|
|
|
|
void bnge_set_ethtool_ops(struct net_device *dev);
|
|
|
|
#endif /* _BNGE_ETHTOOL_H_ */
|