patch-2.3.99-pre9 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: 19
- Date:
Sat May 13 08:31:25 2000
- Orig file:
v2.3.99-pre8/linux/drivers/tc/tcsyms.c
- Orig date:
Wed Jun 30 11:24:55 1999
diff -u --recursive --new-file v2.3.99-pre8/linux/drivers/tc/tcsyms.c linux/drivers/tc/tcsyms.c
@@ -1,13 +1,14 @@
/*
- * Turbo Channel Services -- Exported Symbols
+ * TURBOchannel 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(claim_tc_card);
+EXPORT_SYMBOL(release_tc_card);
EXPORT_SYMBOL(get_tc_base_addr);
+EXPORT_SYMBOL(get_tc_irq_nr);
+EXPORT_SYMBOL(get_tc_speed);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)