1233294Sstas/* SPDX-License-Identifier: GPL-2.0 */
272445Sassar#ifndef __CFG80211_DEBUGFS_H
3233294Sstas#define __CFG80211_DEBUGFS_H
4233294Sstas
555682Smarkm#ifdef CONFIG_CFG80211_DEBUGFS
6233294Sstasvoid cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
755682Smarkm#else
8233294Sstasstatic inline
9233294Sstasvoid cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
10233294Sstas#endif
11233294Sstas
12233294Sstas#endif /* __CFG80211_DEBUGFS_H */
13233294Sstas