Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
10 #else
11 static inline void ieee80211_debugfs_add_netdev(
13 {}
14 static inline void ieee80211_debugfs_remove_netdev(
16 {}
17 static inline void ieee80211_debugfs_rename_netdev(
19 {}
20 #endif
21 
22 #endif /* __IEEE80211_DEBUGFS_NETDEV_H */