OSDN Git Service

Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[uclinux-h8/linux.git] / drivers / staging / mt7621-eth / ethtool.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *   Copyright (C) 2009-2016 John Crispin <blogic@openwrt.org>
4  *   Copyright (C) 2009-2016 Felix Fietkau <nbd@openwrt.org>
5  *   Copyright (C) 2013-2016 Michael Lee <igvtee@gmail.com>
6  */
7
8 #ifndef MTK_ETHTOOL_H
9 #define MTK_ETHTOOL_H
10
11 #include <linux/ethtool.h>
12
13 void mtk_set_ethtool_ops(struct net_device *netdev);
14
15 #endif /* MTK_ETHTOOL_H */