X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fethtool.h;h=c85b210490ea33a1cf5910fb309911266f44adb3;hp=8d4d0e397ed5ad3494eb37a72541e4972f22b6af;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9 diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 8d4d0e397..c85b21049 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h @@ -351,6 +351,8 @@ struct ethtool_ops { int (*phys_id)(struct net_device *, u32); int (*get_stats_count)(struct net_device *); void (*get_ethtool_stats)(struct net_device *, struct ethtool_stats *, u64 *); + int (*begin)(struct net_device *); + void (*complete)(struct net_device *); }; /* CMDs currently supported */