ethtool.h 176 B

12345678
  1. #ifndef __CFG80211_ETHTOOL__
  2. #define __CFG80211_ETHTOOL__
  3. #include <linux/ethtool.h>
  4. extern const struct ethtool_ops cfg80211_ethtool_ops;
  5. #endif /* __CFG80211_ETHTOOL__ */