summaryrefslogtreecommitdiffstats
path: root/drivers/tc/tcsyms.c
blob: 9e3a24dca70f3f0e62388dece3508f9cd734fdd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *	TURBOchannel Services -- Exported Symbols
 *
 */

#include <linux/module.h>
#include <asm/dec/tc.h>

EXPORT_SYMBOL(search_tc_card);
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);