]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - drivers/staging/mt7621-eth/ethtool.h
clang-format: Update with the latest for_each macro list
[thirdparty/kernel/stable.git] / drivers / staging / mt7621-eth / ethtool.h
CommitLineData
07fed8ec 1/* SPDX-License-Identifier: GPL-2.0 */
ac04f6e4 2/*
e3cbf478
JC
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
13void mtk_set_ethtool_ops(struct net_device *netdev);
14
15#endif /* MTK_ETHTOOL_H */