GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / net / wireless / debugfs.h
blob74fdd3811427e2014974aa6607527fc45b51329c
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 #else
7 static inline
8 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
9 #endif
11 #endif /* __CFG80211_DEBUGFS_H */