patch-2.1.31 linux/drivers/net/Space.c
Next file: linux/drivers/net/a2065.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Mar 31 12:52:30 1997
- Orig file:
v2.1.30/linux/drivers/net/Space.c
- Orig date:
Thu Mar 27 14:40:03 1997
diff -u --recursive --new-file v2.1.30/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -348,6 +348,16 @@
#undef NEXT_DEV
#define NEXT_DEV (&slip_bootstrap)
#endif /* SLIP */
+
+#if defined(X25_ASY) || defined(CONFIG_X25_ASY)
+ /* To be exact, this node just hooks the initialization
+ routines to the device structures. */
+extern int x25_asy_init_ctrl_dev(struct device *);
+static struct device x25_asy_bootstrap = {
+ "x25_proto", 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NEXT_DEV, x25_asy_init_ctrl_dev, };
+#undef NEXT_DEV
+#define NEXT_DEV (&x25_asy_bootstrap)
+#endif /* X25_ASY */
#if defined(CONFIG_MKISS)
/* To be exact, this node just hooks the initialization
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov