mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 00:26:39 +08: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__ */
|