patch-2.1.132 linux/net/protocols.c
Next file: linux/net/rose/rose_dev.c
Previous file: linux/net/irda/wrapper.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Dec 17 09:03:57 1998
- Orig file:
v2.1.131/linux/net/protocols.c
- Orig date:
Sun Nov 8 14:03:15 1998
diff -u --recursive --new-file v2.1.131/linux/net/protocols.c linux/net/protocols.c
@@ -57,6 +57,10 @@
#endif
#endif
+#ifdef CONFIG_IRDA
+#include <net/irda/irdacall.h>
+#endif
+
#if defined(CONFIG_DECNET)
#include <net/decnet_call.h>
#endif
@@ -159,6 +163,10 @@
#ifdef CONFIG_ECONET
{ "Econet", econet_proto_init }, /* Acorn Econet */
+#endif
+
+#ifdef CONFIG_IRDA
+ { "IrDA", irda_proto_init }, /* IrDA protocols */
#endif
{ NULL, NULL } /* End marker */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov