mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 07:50:04 +00:00
4890e3bedd
Signed-off-by: John W. Linville <linville@tuxdriver.com>
9 lines
176 B
C
9 lines
176 B
C
#ifndef __CFG80211_ETHTOOL__
|
|
#define __CFG80211_ETHTOOL__
|
|
|
|
#include <linux/ethtool.h>
|
|
|
|
extern const struct ethtool_ops cfg80211_ethtool_ops;
|
|
|
|
#endif /* __CFG80211_ETHTOOL__ */
|