https://github.com/torvalds/linux
Raw File
Tip revision: 220bf991b0366cc50a94feede3d7341fa5710ee4 authored by Linus Torvalds on 20 March 2010, 01:17:57 UTC
Linux 2.6.34-rc2
Tip revision: 220bf99
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