]> Pileus Git - ~andy/linux/blobdiff - drivers/net/bonding/bond_options.h
bonding: convert miimon to use the new option API
[~andy/linux] / drivers / net / bonding / bond_options.h
index 014a359460e566ade21d688992be18337840a168..90f00c64030c2bb7a7a461d2c5da1072006251d7 100644 (file)
@@ -52,6 +52,7 @@ enum {
        BOND_OPT_MINLINKS,
        BOND_OPT_AD_SELECT,
        BOND_OPT_NUM_PEER_NOTIF,
+       BOND_OPT_MIIMON,
        BOND_OPT_LAST
 };
 
@@ -139,4 +140,5 @@ int bond_option_ad_select_set(struct bonding *bond,
                              struct bond_opt_value *newval);
 int bond_option_num_peer_notif_set(struct bonding *bond,
                                   struct bond_opt_value *newval);
+int bond_option_miimon_set(struct bonding *bond, struct bond_opt_value *newval);
 #endif /* _BOND_OPTIONS_H */