patch-2.1.23 linux/arch/alpha/kernel/alpha_ksyms.c
Next file: linux/arch/alpha/kernel/bios32.c
Previous file: linux/Rules.make
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Sun Jan 26 13:40:45 1997
- Orig file:
v2.1.22/linux/arch/alpha/kernel/alpha_ksyms.c
- Orig date:
Wed Jan 15 19:45:39 1997
diff -u --recursive --new-file v2.1.22/linux/arch/alpha/kernel/alpha_ksyms.c linux/arch/alpha/kernel/alpha_ksyms.c
@@ -10,9 +10,15 @@
#include <linux/string.h>
#include <linux/user.h>
#include <linux/elfcore.h>
+#include <linux/socket.h>
+#include <linux/in.h>
+#include <linux/in6.h>
+
#include <asm/io.h>
#include <asm/hwrpb.h>
#include <asm/uaccess.h>
+#include <asm/processor.h>
+#include <asm/checksum.h>
extern void bcopy (const char *src, char *dst, int len);
@@ -58,6 +64,7 @@
EXPORT_SYMBOL(strncmp);
EXPORT_SYMBOL(strncpy);
EXPORT_SYMBOL(strnlen);
+EXPORT_SYMBOL(strncat);
EXPORT_SYMBOL(strstr);
EXPORT_SYMBOL(strtok);
EXPORT_SYMBOL(strchr);
@@ -72,6 +79,11 @@
EXPORT_SYMBOL(hwrpb);
EXPORT_SYMBOL(wrusp);
EXPORT_SYMBOL(__kernel_thread);
+EXPORT_SYMBOL(start_thread);
+
+EXPORT_SYMBOL(csum_tcpudp_magic);
+EXPORT_SYMBOL(ip_fast_csum);
+EXPORT_SYMBOL(ip_compute_csum);
/*
* The following are specially called from the uaccess assembly stubs.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov