Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linus
[linux-2.6/btrfs-unstable.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 */