833bb8f485
SVN-Revision: 7092
72 lines
1.4 KiB
C
72 lines
1.4 KiB
C
#include <linux/module.h>
|
|
|
|
#define _export(n) \
|
|
void n(void); \
|
|
EXPORT_SYMBOL(n);
|
|
|
|
_export(bcm947xx_sbh)
|
|
|
|
_export(sb_attach)
|
|
_export(sb_kattach)
|
|
_export(sb_boardtype)
|
|
_export(sb_boardvendor)
|
|
_export(sb_btcgpiowar)
|
|
_export(sb_bus)
|
|
_export(sb_chip)
|
|
_export(sb_chiprev)
|
|
_export(sb_chipcrev)
|
|
_export(sb_chippkg)
|
|
_export(sb_clkctl_clk)
|
|
_export(sb_clkctl_fast_pwrup_delay)
|
|
_export(sb_clkctl_init)
|
|
_export(sb_clkctl_xtal)
|
|
_export(sb_core_disable)
|
|
_export(sb_core_reset)
|
|
_export(sb_core_tofixup)
|
|
_export(sb_coreflags)
|
|
_export(sb_coreflagshi)
|
|
_export(sb_coreidx)
|
|
_export(sb_coreregs)
|
|
_export(sb_corerev)
|
|
_export(sb_coreunit)
|
|
_export(sb_detach)
|
|
_export(sb_deviceremoved)
|
|
_export(sb_gpiosetcore)
|
|
_export(sb_gpiocontrol)
|
|
_export(sb_gpiointmask)
|
|
_export(sb_gpiointpolarity)
|
|
_export(sb_gpioled)
|
|
_export(sb_gpioin)
|
|
_export(sb_gpioout)
|
|
_export(sb_gpioouten)
|
|
_export(sb_gpiotimerval)
|
|
_export(sb_irq)
|
|
_export(sb_iscoreup)
|
|
_export(sb_pci_setup)
|
|
_export(sb_pcirev)
|
|
_export(sb_pcmcia_init)
|
|
_export(sb_pcmciarev)
|
|
_export(sb_register_intr_callback)
|
|
_export(sb_setcore)
|
|
_export(sb_setcoreidx)
|
|
_export(sb_war16165)
|
|
_export(sb_war32414_forceHT)
|
|
_export(sb_osh)
|
|
|
|
_export(getvar)
|
|
_export(getintvar)
|
|
_export(bcm_strtoul)
|
|
_export(bcm_ctype)
|
|
_export(bcm_toupper)
|
|
_export(bcm_ether_ntoa)
|
|
|
|
_export(nvram_get)
|
|
_export(nvram_getall)
|
|
_export(nvram_set)
|
|
_export(nvram_unset)
|
|
_export(nvram_commit)
|
|
|
|
_export(srom_read)
|
|
_export(srom_write)
|
|
|