patch-2.3.15 linux/net/protocols.c

Next file: linux/net/rose/af_rose.c
Previous file: linux/net/packet/af_packet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/net/protocols.c linux/net/protocols.c
@@ -87,6 +87,10 @@
 extern void rif_init(struct net_proto *);
 #endif
 
+#ifdef CONFIG_ATM
+#include <linux/atm.h>
+#endif
+
 #ifdef NEED_LLC
 #define NEED_802
 #include <net/llccall.h>
@@ -121,6 +125,11 @@
 #ifdef CONFIG_TR
   { "RIF",	rif_init },				/* RIF for Token ring		*/
 #endif  
+
+#ifdef CONFIG_ATM
+  { "ATMPVC",	atmpvc_proto_init },			/* ATM PVCs */
+  { "ATMSVC",	atmsvc_proto_init },			/* ATM SVCs */
+#endif
 
 #ifdef NEED_LLC
   { "802.2LLC", llc_init },				/* 802.2 LLC */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)