mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
add b43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9293 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
9
package/b43/src/sysfs.h
Normal file
9
package/b43/src/sysfs.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef B43_SYSFS_H_
|
||||
#define B43_SYSFS_H_
|
||||
|
||||
struct b43_wldev;
|
||||
|
||||
int b43_sysfs_register(struct b43_wldev *dev);
|
||||
void b43_sysfs_unregister(struct b43_wldev *dev);
|
||||
|
||||
#endif /* B43_SYSFS_H_ */
|
||||
Reference in New Issue
Block a user