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
net
mac80211
debugfs_netdev.h
Go to the documentation of this file.
1
/* routines exported for debugfs handling */
2
3
#ifndef __IEEE80211_DEBUGFS_NETDEV_H
4
#define __IEEE80211_DEBUGFS_NETDEV_H
5
6
#ifdef CONFIG_MAC80211_DEBUGFS
7
void
ieee80211_debugfs_add_netdev
(
struct
ieee80211_sub_if_data
*
sdata
);
8
void
ieee80211_debugfs_remove_netdev
(
struct
ieee80211_sub_if_data
*
sdata
);
9
void
ieee80211_debugfs_rename_netdev
(
struct
ieee80211_sub_if_data
*
sdata
);
10
#else
11
static
inline
void
ieee80211_debugfs_add_netdev
(
12
struct
ieee80211_sub_if_data
*
sdata
)
13
{}
14
static
inline
void
ieee80211_debugfs_remove_netdev
(
15
struct
ieee80211_sub_if_data
*
sdata
)
16
{}
17
static
inline
void
ieee80211_debugfs_rename_netdev
(
18
struct
ieee80211_sub_if_data
*
sdata
)
19
{}
20
#endif
21
22
#endif
/* __IEEE80211_DEBUGFS_NETDEV_H */
Generated on Thu Jan 10 2013 14:59:56 for Linux Kernel by
1.8.2