patch-2.3.18 linux/net/atm/raw.c
Next file: linux/net/atm/svc.c
Previous file: linux/net/atm/pvc.c
Back to the patch index
Back to the overall index
-  Lines: 19
 -  Date:
Wed Sep  8 11:14:32 1999
 -  Orig file: 
v2.3.17/linux/net/atm/raw.c
 -  Orig date: 
Thu Aug 26 13:05:42 1999
 
diff -u --recursive --new-file v2.3.17/linux/net/atm/raw.c linux/net/atm/raw.c
@@ -1,9 +1,10 @@
 /* net/atm/raw.c - Raw AAL0 and AAL5 transports */
 
-/* Written 1995-1998 by Werner Almesberger, EPFL LRC */
+/* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
 
 
 #include <linux/config.h>
+#include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/atmdev.h>
 #include <linux/kernel.h>
@@ -78,3 +79,6 @@
 	vcc->push_oam = NULL;
 	return 0;
 }
+
+
+EXPORT_SYMBOL(atm_init_aal5);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)