added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / drivers / net / wireless / b43 / pcmcia.h
blob85f120a67cbe9265b302a4ed31eee6bc50b1e84c
1 #ifndef B43_PCMCIA_H_
2 #define B43_PCMCIA_H_
4 #ifdef CONFIG_B43_PCMCIA
6 int b43_pcmcia_init(void);
7 void b43_pcmcia_exit(void);
9 #else /* CONFIG_B43_PCMCIA */
11 static inline int b43_pcmcia_init(void)
13 return 0;
15 static inline void b43_pcmcia_exit(void)
19 #endif /* CONFIG_B43_PCMCIA */
20 #endif /* B43_PCMCIA_H_ */