Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
net
wireless
b43
pcmcia.h
Go to the documentation of this file.
1
#ifndef B43_PCMCIA_H_
2
#define B43_PCMCIA_H_
3
4
#ifdef CONFIG_B43_PCMCIA
5
6
int
b43_pcmcia_init
(
void
);
7
void
b43_pcmcia_exit
(
void
);
8
9
#else
/* CONFIG_B43_PCMCIA */
10
11
static
inline
int
b43_pcmcia_init
(
void
)
12
{
13
return
0;
14
}
15
static
inline
void
b43_pcmcia_exit
(
void
)
16
{
17
}
18
19
#endif
/* CONFIG_B43_PCMCIA */
20
#endif
/* B43_PCMCIA_H_ */
Generated on Thu Jan 10 2013 14:09:42 for Linux Kernel by
1.8.2