X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fethtool.h;h=c1a2d60dfb82769c42b65dc2adc324517ed7e79c;hb=f0db9b073415848709dd59a6394969882f517da9;hp=e658229fee39c17ea8673eadcf7b49cfdce508e1;hpb=158c12948f3012fbe15f066f308db23502d3db0a;p=cascardo%2Flinux.git diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index e658229fee39..c1a2d60dfb82 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -257,6 +257,10 @@ struct ethtool_ops { struct ethtool_eeprom *, u8 *); int (*get_eee)(struct net_device *, struct ethtool_eee *); int (*set_eee)(struct net_device *, struct ethtool_eee *); + int (*get_tunable)(struct net_device *, + const struct ethtool_tunable *, void *); + int (*set_tunable)(struct net_device *, + const struct ethtool_tunable *, const void *); };