Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __CFG80211_DEBUGFS_H
0003 #define __CFG80211_DEBUGFS_H
0004 
0005 #ifdef CONFIG_CFG80211_DEBUGFS
0006 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
0007 #else
0008 static inline
0009 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
0010 #endif
0011 
0012 #endif /* __CFG80211_DEBUGFS_H */