forked from Minki/linux
b35d649cb2
This cleans up the bcm43xx sysfs code and makes it compliant with the unwritten sysfs rules (at least I hope so). Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
10 lines
224 B
C
10 lines
224 B
C
#ifndef BCM43xx_SYSFS_H_
|
|
#define BCM43xx_SYSFS_H_
|
|
|
|
struct bcm43xx_private;
|
|
|
|
int bcm43xx_sysfs_register(struct bcm43xx_private *bcm);
|
|
void bcm43xx_sysfs_unregister(struct bcm43xx_private *bcm);
|
|
|
|
#endif /* BCM43xx_SYSFS_H_ */
|