patch-2.2.16 linux/net/netsyms.c
Next file: linux/net/unix/af_unix.c
Previous file: linux/net/irda/qos.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Wed Jun 7 14:26:44 2000
- Orig file:
v2.2.15/linux/net/netsyms.c
- Orig date:
Tue Jan 4 10:12:27 2000
diff -urN v2.2.15/linux/net/netsyms.c linux/net/netsyms.c
@@ -79,6 +79,11 @@
#include "../drivers/net/8390.h"
#endif
+#if defined(CONFIG_HDLC)
+#include "../drivers/net/syncppp.h"
+#include <linux/hdlc.h>
+#endif
+
extern int (*rarp_ioctl_hook)(int,void*);
#ifdef CONFIG_IPX_MODULE
@@ -435,9 +440,19 @@
EXPORT_SYMBOL(fc_freedev);
#endif
+#ifdef CONFIG_HDLC
+EXPORT_SYMBOL(hdlc_netif_rx);
+EXPORT_SYMBOL(register_hdlc_device);
+EXPORT_SYMBOL(unregister_hdlc_device);
+#endif
+
/* Device callback registration */
EXPORT_SYMBOL(register_netdevice_notifier);
EXPORT_SYMBOL(unregister_netdevice_notifier);
+#ifdef CONFIG_INET
+EXPORT_SYMBOL(register_inetaddr_notifier);
+EXPORT_SYMBOL(unregister_inetaddr_notifier);
+#endif
/* support for loadable net drivers */
#ifdef CONFIG_NET
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)