This repository has been archived on 2025-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
g900kernel/net/wireless/sysfs.h
Sergey Kishchenko 5e27c24b6f Initial commit
2009-11-03 01:12:52 +02:00

10 lines
197 B
C
Executable File

#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 */