patch-2.3.9 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: 14
- Date:
Wed Jun 30 11:24:55 1999
- Orig file:
v2.3.8/linux/drivers/tc/tcsyms.c
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.8/linux/drivers/tc/tcsyms.c linux/drivers/tc/tcsyms.c
@@ -0,0 +1,13 @@
+/*
+ * Turbo Channel Services -- Exported Symbols
+ *
+ */
+
+#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)