convert brcm-2.4 to the new target structure
[openwrt/staging/wigyori.git] / target / linux / brcm-2.4 / files / arch / mips / bcm947xx / export.c
1 #include <linux/module.h>
2
3 #define _export(n) \
4 void n(void); \
5 EXPORT_SYMBOL(n);
6
7 _export(bcm947xx_sbh)
8
9 _export(sb_attach)
10 _export(sb_kattach)
11 _export(sb_boardtype)
12 _export(sb_boardvendor)
13 _export(sb_btcgpiowar)
14 _export(sb_bus)
15 _export(sb_chip)
16 _export(sb_chiprev)
17 _export(sb_chipcrev)
18 _export(sb_chippkg)
19 _export(sb_clkctl_clk)
20 _export(sb_clkctl_fast_pwrup_delay)
21 _export(sb_clkctl_init)
22 _export(sb_clkctl_xtal)
23 _export(sb_core_disable)
24 _export(sb_core_reset)
25 _export(sb_core_tofixup)
26 _export(sb_coreflags)
27 _export(sb_coreflagshi)
28 _export(sb_coreidx)
29 _export(sb_coreregs)
30 _export(sb_corerev)
31 _export(sb_coreunit)
32 _export(sb_detach)
33 _export(sb_deviceremoved)
34 _export(sb_gpiosetcore)
35 _export(sb_gpiocontrol)
36 _export(sb_gpiointmask)
37 _export(sb_gpiointpolarity)
38 _export(sb_gpioled)
39 _export(sb_gpioin)
40 _export(sb_gpioout)
41 _export(sb_gpioouten)
42 _export(sb_gpiotimerval)
43 _export(sb_irq)
44 _export(sb_iscoreup)
45 _export(sb_pci_setup)
46 _export(sb_pcirev)
47 _export(sb_pcmcia_init)
48 _export(sb_pcmciarev)
49 _export(sb_register_intr_callback)
50 _export(sb_setcore)
51 _export(sb_setcoreidx)
52 _export(sb_war16165)
53 _export(sb_war32414_forceHT)
54 _export(sb_osh)
55
56 _export(getvar)
57 _export(getintvar)
58 _export(bcm_strtoul)
59 _export(bcm_ctype)
60 _export(bcm_toupper)
61 _export(bcm_ether_ntoa)
62
63 _export(nvram_get)
64 _export(nvram_getall)
65 _export(nvram_set)
66 _export(nvram_unset)
67 _export(nvram_commit)
68
69 _export(srom_read)
70 _export(srom_write)
71