mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-19 22:11:22 +00:00
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_ */
|