swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: adee14b2e1557d0a8559f29681732d05a89dfc35 authored by Linus Torvalds on 09 September 2008, 23:27:49 UTC
Linux 2.6.27-rc6
Tip revision: adee14b
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