18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __MAC80211_DEBUGFS_STA_H
38c2ecf20Sopenharmony_ci#define __MAC80211_DEBUGFS_STA_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include "sta_info.h"
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifdef CONFIG_MAC80211_DEBUGFS
88c2ecf20Sopenharmony_civoid ieee80211_sta_debugfs_add(struct sta_info *sta);
98c2ecf20Sopenharmony_civoid ieee80211_sta_debugfs_remove(struct sta_info *sta);
108c2ecf20Sopenharmony_ci#else
118c2ecf20Sopenharmony_cistatic inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {}
128c2ecf20Sopenharmony_cistatic inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {}
138c2ecf20Sopenharmony_ci#endif
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif /* __MAC80211_DEBUGFS_STA_H */
16