18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __CFG80211_DEBUGFS_H
38c2ecf20Sopenharmony_ci#define __CFG80211_DEBUGFS_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#ifdef CONFIG_CFG80211_DEBUGFS
68c2ecf20Sopenharmony_civoid cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
78c2ecf20Sopenharmony_ci#else
88c2ecf20Sopenharmony_cistatic inline
98c2ecf20Sopenharmony_civoid cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
108c2ecf20Sopenharmony_ci#endif
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif /* __CFG80211_DEBUGFS_H */
13