proc: test /proc/thread-self symlink
[linux/fpc-iii.git] / drivers / staging / mt7621-eth / ethtool.h
blob40b4cf011660346508a0f3dadfc3dde5d41b5b2d
1 /* This program is free software; you can redistribute it and/or modify
2 * it under the terms of the GNU General Public License as published by
3 * the Free Software Foundation; version 2 of the License
5 * This program is distributed in the hope that it will be useful,
6 * but WITHOUT ANY WARRANTY; without even the implied warranty of
7 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8 * GNU General Public License for more details.
10 * Copyright (C) 2009-2016 John Crispin <blogic@openwrt.org>
11 * Copyright (C) 2009-2016 Felix Fietkau <nbd@openwrt.org>
12 * Copyright (C) 2013-2016 Michael Lee <igvtee@gmail.com>
15 #ifndef MTK_ETHTOOL_H
16 #define MTK_ETHTOOL_H
18 #include <linux/ethtool.h>
20 void mtk_set_ethtool_ops(struct net_device *netdev);
22 #endif /* MTK_ETHTOOL_H */