https://github.com/torvalds/linux
Raw File
Tip revision: fa389e220254c69ffae0d403eac4146171062d08 authored by Linus Torvalds on 10 March 2014, 02:41:57 UTC
Linux 3.14-rc6
Tip revision: fa389e2
sysfs.h
#ifndef __WIRELESS_SYSFS_H
#define __WIRELESS_SYSFS_H

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

extern struct class ieee80211_class;

#endif /* __WIRELESS_SYSFS_H */
back to top