#ifndef __MAC80211_DEBUGFS_STA_H #define __MAC80211_DEBUGFS_STA_H #include "sta_info.h" #ifdef CONFIG_MAC80211_DEBUGFS void ieee80211_sta_debugfs_add(struct sta_info *sta); void ieee80211_sta_debugfs_remove(struct sta_info *sta); #else static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {} static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} #endif #endif /* __MAC80211_DEBUGFS_STA_H */ ext.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/net/irda/parameters.h
option>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/sctp.h2
-rw-r--r--include/uapi/linux/sctp.h7
2 files changed, 9 insertions, 0 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h