aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/debugfs.h
blob: c226983ae66b56a53851e3ae2ebe45f64ffe0a0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __CFG80211_DEBUGFS_H
#define __CFG80211_DEBUGFS_H

#ifdef CONFIG_CFG80211_DEBUGFS
void cfg80211_debugfs_drv_add(struct cfg80211_registered_device *drv);
void cfg80211_debugfs_drv_del(struct cfg80211_registered_device *drv);
#else
static inline
void cfg80211_debugfs_drv_add(struct cfg80211_registered_device *drv) {}
static inline
void cfg80211_debugfs_drv_del(struct cfg80211_registered_device *drv) {}
#endif

#endif /* __CFG80211_DEBUGFS_H */