diff options
Diffstat (limited to 'include/linux/if_macvlan.h')
| -rw-r--r-- | include/linux/if_macvlan.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h index 9ea047aca79..1ffaeffeff7 100644 --- a/include/linux/if_macvlan.h +++ b/include/linux/if_macvlan.h @@ -67,6 +67,8 @@ static inline void macvlan_count_rx(const struct macvlan_dev *vlan,  	}  } +extern void macvlan_common_setup(struct net_device *dev); +  extern int macvlan_common_newlink(struct net *src_net, struct net_device *dev,  				  struct nlattr *tb[], struct nlattr *data[],  				  int (*receive)(struct sk_buff *skb),  |