00001 #ifndef __MAC80211_DEBUGFS_H 00002 #define __MAC80211_DEBUGFS_H 00003 00004 #ifdef CONFIG_MAC80211_DEBUGFS 00005 extern void debugfs_hw_add(struct ieee80211_local *local); 00006 extern int mac80211_format_buffer(char __user *userbuf, size_t count, 00007 loff_t *ppos, char *fmt, ...); 00008 #else 00009 static inline void debugfs_hw_add(struct ieee80211_local *local) 00010 { 00011 } 00012 #endif 00013 00014 #endif /* __MAC80211_DEBUGFS_H */