patch-1.3.36 linux/kernel/ksyms.c

Next file: linux/kernel/sched.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.35/linux/kernel/ksyms.c linux/kernel/ksyms.c
@@ -41,6 +41,10 @@
 #include <linux/in.h>
 #include <linux/net.h>
 #include <linux/netdevice.h>
+#include <linux/firewall.h>
+#ifdef CONFIG_AX25
+#include <net/ax25.h>
+#endif
 #ifdef CONFIG_INET
 #include <linux/ip.h>
 #include <linux/etherdevice.h>
@@ -307,11 +311,16 @@
 	/* Miscellaneous access points */
 	X(si_meminfo),
 #ifdef CONFIG_NET
-	/* socket layer registration */
+	/* Socket layer registration */
 	X(sock_register),
 	X(sock_unregister),
-	/* Internet layer registration */
+#ifdef CONFIG_FIREWALL
+	/* Firewall registration */
+	X(register_firewall),
+	X(unregister_firewall),
+#endif
 #ifdef CONFIG_INET	
+	/* Internet layer registration */
 	X(inet_add_protocol),
 	X(inet_del_protocol),
 	X(rarp_ioctl_hook),
@@ -336,8 +345,12 @@
 	X(unregister_netdevice_notifier),
 #endif
 
-#ifdef CONFIG_INET
 	/* support for loadable net drivers */
+#ifdef CONFIG_AX25
+	X(ax25_encapsulate),
+	X(ax25_rebuild_header),	
+#endif	
+#ifdef CONFIG_INET
 	X(register_netdev),
 	X(unregister_netdev),
 	X(ether_setup),

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this