patch-2.2.11 linux/drivers/tc/tcsyms.c
Next file: linux/drivers/tc/zs.c
Previous file: linux/drivers/tc/tc.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Aug 9 12:04:40 1999
- Orig file:
v2.2.10/linux/drivers/tc/tcsyms.c
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.2.10/linux/drivers/tc/tcsyms.c linux/drivers/tc/tcsyms.c
@@ -0,0 +1,14 @@
+/*
+ * Turbo Channel Services -- Exported Symbols
+ *
+ */
+
+#include <linux/config.h>
+#include <linux/module.h>
+#include <asm/dec/tc.h>
+
+EXPORT_SYMBOL(get_tc_irq_nr);
+EXPORT_SYMBOL(claim_tc_card);
+EXPORT_SYMBOL(search_tc_card);
+EXPORT_SYMBOL(get_tc_speed);
+EXPORT_SYMBOL(get_tc_base_addr);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)