diff options
Diffstat (limited to 'net/mac80211/debugfs_netdev.h')
| -rw-r--r-- | net/mac80211/debugfs_netdev.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/net/mac80211/debugfs_netdev.h b/net/mac80211/debugfs_netdev.h new file mode 100644 index 000000000000..a690071fde8a --- /dev/null +++ b/net/mac80211/debugfs_netdev.h | |||
| @@ -0,0 +1,30 @@ | |||
| 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_change_if_type(struct ieee80211_sub_if_data *sdata, | ||
| 10 | int oldtype); | ||
| 11 | void ieee80211_debugfs_netdev_init(void); | ||
| 12 | void ieee80211_debugfs_netdev_exit(void); | ||
| 13 | #else | ||
| 14 | static inline void ieee80211_debugfs_add_netdev( | ||
| 15 | struct ieee80211_sub_if_data *sdata) | ||
| 16 | {} | ||
| 17 | static inline void ieee80211_debugfs_remove_netdev( | ||
| 18 | struct ieee80211_sub_if_data *sdata) | ||
| 19 | {} | ||
| 20 | static inline void ieee80211_debugfs_change_if_type( | ||
| 21 | struct ieee80211_sub_if_data *sdata, int oldtype) | ||
| 22 | {} | ||
| 23 | static inline void ieee80211_debugfs_netdev_init(void) | ||
| 24 | {} | ||
| 25 | |||
| 26 | static inline void ieee80211_debugfs_netdev_exit(void) | ||
| 27 | {} | ||
| 28 | #endif | ||
| 29 | |||
| 30 | #endif /* __IEEE80211_DEBUGFS_NETDEV_H */ | ||
