https://github.com/torvalds/linux
Raw File
Tip revision: f6161aa153581da4a3867a2d1a7caf4be19b6ec9 authored by Linus Torvalds on 10 March 2013, 23:54:19 UTC
Linux 3.9-rc2
Tip revision: f6161aa
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