aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index df159da8db30..44df2738577d 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -443,6 +443,7 @@ int bond_option_miimon_set(struct bonding *bond, int miimon);
443int bond_option_updelay_set(struct bonding *bond, int updelay); 443int bond_option_updelay_set(struct bonding *bond, int updelay);
444int bond_option_downdelay_set(struct bonding *bond, int downdelay); 444int bond_option_downdelay_set(struct bonding *bond, int downdelay);
445int bond_option_use_carrier_set(struct bonding *bond, int use_carrier); 445int bond_option_use_carrier_set(struct bonding *bond, int use_carrier);
446int bond_option_arp_interval_set(struct bonding *bond, int arp_interval);
446struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond); 447struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond);
447struct net_device *bond_option_active_slave_get(struct bonding *bond); 448struct net_device *bond_option_active_slave_get(struct bonding *bond);
448 449