https://github.com/torvalds/linux
Raw File
Tip revision: ed680c4ad478d0fee9740f7d029087f181346564 authored by Linus Torvalds on 01 August 2009, 00:40:45 UTC
Linux 2.6.31-rc5
Tip revision: ed680c4
sysfs.h
#ifndef __WIRELESS_SYSFS_H
#define __WIRELESS_SYSFS_H

extern int wiphy_sysfs_init(void);
extern void wiphy_sysfs_exit(void);

extern struct class ieee80211_class;

#endif /* __WIRELESS_SYSFS_H */
back to top