brintos

brintos / linux-shallow public Read only

0
0
Text · 249 B · ace1b35 Raw
10 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */3 4#ifndef _TXGBE_ETHTOOL_H_5#define _TXGBE_ETHTOOL_H_6 7void txgbe_set_ethtool_ops(struct net_device *netdev);8 9#endif /* _TXGBE_ETHTOOL_H_ */10