patch-2.3.99-pre3 linux/net/atm/lec.h
Next file: linux/net/atm/mpc.c
Previous file: linux/net/atm/lec.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Mar 22 22:22:05 2000
- Orig file:
v2.3.99-pre2/linux/net/atm/lec.h
- Orig date:
Fri Sep 10 23:57:38 1999
diff -u --recursive --new-file v2.3.99-pre2/linux/net/atm/lec.h linux/net/atm/lec.h
@@ -9,9 +9,18 @@
#ifndef _LEC_H_
#define _LEC_H_
+#include <linux/config.h>
#include <linux/atmdev.h>
#include <linux/netdevice.h>
#include <linux/atmlec.h>
+
+#if defined (CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
+#include <linux/if_bridge.h>
+extern rwlock_t lane_bridge_hook_lock;
+struct net_bridge_fdb_entry *(*br_fdb_get_hook)(struct net_bridge *br,
+ unsigned char *addr);
+void (*br_fdb_put_hook)(struct net_bridge_fdb_entry *ent);
+#endif /* defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE) */
#define LEC_HEADER_LEN 16
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)