summaryrefslogtreecommitdiffstats
path: root/drivers/tc/tcsyms.c
blob: 37cbd364a0e1e891a1c05a454586375a64bb3cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);