mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-21 00:22:33 +00:00
10 lines
245 B
C
10 lines
245 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
|
||
|
|
||
|
#ifndef _NGBE_ETHTOOL_H_
|
||
|
#define _NGBE_ETHTOOL_H_
|
||
|
|
||
|
void ngbe_set_ethtool_ops(struct net_device *netdev);
|
||
|
|
||
|
#endif /* _NGBE_ETHTOOL_H_ */
|