Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 245 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */ 3 4#ifndef _NGBE_ETHTOOL_H_ 5#define _NGBE_ETHTOOL_H_ 6 7void ngbe_set_ethtool_ops(struct net_device *netdev); 8 9#endif /* _NGBE_ETHTOOL_H_ */