diff options
Diffstat (limited to 'net/batman-adv/soft-interface.h')
| -rw-r--r-- | net/batman-adv/soft-interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/batman-adv/soft-interface.h b/net/batman-adv/soft-interface.h index 2f2472c2ea0d..06fc91ff5a02 100644 --- a/net/batman-adv/soft-interface.h +++ b/net/batman-adv/soft-interface.h | |||
| @@ -28,5 +28,9 @@ struct net_device *batadv_softif_create(const char *name); | |||
| 28 | void batadv_softif_destroy_sysfs(struct net_device *soft_iface); | 28 | void batadv_softif_destroy_sysfs(struct net_device *soft_iface); |
| 29 | int batadv_softif_is_valid(const struct net_device *net_dev); | 29 | int batadv_softif_is_valid(const struct net_device *net_dev); |
| 30 | extern struct rtnl_link_ops batadv_link_ops; | 30 | extern struct rtnl_link_ops batadv_link_ops; |
| 31 | int batadv_softif_create_vlan(struct batadv_priv *bat_priv, unsigned short vid); | ||
| 32 | void batadv_softif_vlan_free_ref(struct batadv_softif_vlan *softif_vlan); | ||
| 33 | struct batadv_softif_vlan *batadv_softif_vlan_get(struct batadv_priv *bat_priv, | ||
| 34 | unsigned short vid); | ||
| 31 | 35 | ||
| 32 | #endif /* _NET_BATMAN_ADV_SOFT_INTERFACE_H_ */ | 36 | #endif /* _NET_BATMAN_ADV_SOFT_INTERFACE_H_ */ |
