patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / ethtool.h
index 8d4d0e3..c85b210 100644 (file)
@@ -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 */