1 #ifndef BCM43xx_PCMCIA_H_
2 #define BCM43xx_PCMCIA_H_
4 #ifdef CONFIG_BCM43XX_MAC80211_PCMCIA
6 int bcm43xx_pcmcia_init(void);
7 void bcm43xx_pcmcia_exit(void);
9 #else /* CONFIG_BCM43XX_MAC80211_PCMCIA */
12 int bcm43xx_pcmcia_init(void)
17 void bcm43xx_pcmcia_exit(void)
21 #endif /* CONFIG_BCM43XX_MAC80211_PCMCIA */
22 #endif /* BCM43xx_PCMCIA_H_ */
This page took 0.039983 seconds and 5 git commands to generate.