Commit ffdd4f5a authored by David S. Miller's avatar David S. Miller

[ATM]: Add struct net_bridge decl to net/atm/common.c

parent 9c5fc770
......@@ -687,6 +687,7 @@ int vcc_getsockopt(struct socket *sock, int level, int optname,
#if defined(CONFIG_ATM_LANE) || defined(CONFIG_ATM_LANE_MODULE)
#if defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
struct net_bridge;
struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
unsigned char *addr) = NULL;
void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent) = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment