75388acd0c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
234 B
C
9 lines
234 B
C
#ifndef B43legacy_SYSFS_H_
|
|
#define B43legacy_SYSFS_H_
|
|
|
|
struct b43legacy_wldev;
|
|
|
|
int b43legacy_sysfs_register(struct b43legacy_wldev *dev);
|
|
void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
|
|
|
|
#endif /* B43legacy_SYSFS_H_ */
|