Blame view

net/wireless/sysfs.h 222 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
704232c27   Johannes Berg   [WIRELESS] cfg802...
2
3
  #ifndef __WIRELESS_SYSFS_H
  #define __WIRELESS_SYSFS_H
c1b1203d6   Joe Perches   net: misc: Remove...
4
5
  int wiphy_sysfs_init(void);
  void wiphy_sysfs_exit(void);
704232c27   Johannes Berg   [WIRELESS] cfg802...
6
7
8
9
  
  extern struct class ieee80211_class;
  
  #endif /* __WIRELESS_SYSFS_H */