162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __CFG80211_DEBUGFS_H 362306a36Sopenharmony_ci#define __CFG80211_DEBUGFS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifdef CONFIG_CFG80211_DEBUGFS 662306a36Sopenharmony_civoid cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev); 762306a36Sopenharmony_ci#else 862306a36Sopenharmony_cistatic inline 962306a36Sopenharmony_civoid cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {} 1062306a36Sopenharmony_ci#endif 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* __CFG80211_DEBUGFS_H */ 13