brintos

brintos / linux-shallow public Read only

0
0
Text · 233 B · 38b91b1 Raw
10 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright(c) 2017 - 2019 Pensando Systems, Inc */3 4#ifndef _IONIC_ETHTOOL_H_5#define _IONIC_ETHTOOL_H_6 7void ionic_ethtool_set_ops(struct net_device *netdev);8 9#endif /* _IONIC_ETHTOOL_H_ */10