debugfs.h 300 B

1234567891011
  1. #ifndef __CFG80211_DEBUGFS_H
  2. #define __CFG80211_DEBUGFS_H
  3. #ifdef CONFIG_CFG80211_DEBUGFS
  4. void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
  5. #else
  6. static inline
  7. void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
  8. #endif
  9. #endif /* __CFG80211_DEBUGFS_H */