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_open_file_generic(struct inode *inode, struct file *file); 00007 extern int mac80211_format_buffer(char __user *userbuf, size_t count, 00008 loff_t *ppos, char *fmt, ...); 00009 #else 00010 static inline void debugfs_hw_add(struct ieee80211_local *local) 00011 { 00012 } 00013 #endif 00014 00015 #endif /* __MAC80211_DEBUGFS_H */