sysctl binary: Reorder the tests to process wild card entries first.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / wireless / debugfs.h
blob6419b6d6ce3ecfcbc0c7bcbad39908034e7452e2
1 #ifndef __CFG80211_DEBUGFS_H
2 #define __CFG80211_DEBUGFS_H
4 #ifdef CONFIG_CFG80211_DEBUGFS
5 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
6 void cfg80211_debugfs_rdev_del(struct cfg80211_registered_device *rdev);
7 #else
8 static inline
9 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
10 static inline
11 void cfg80211_debugfs_rdev_del(struct cfg80211_registered_device *rdev) {}
12 #endif
14 #endif /* __CFG80211_DEBUGFS_H */