blob: 399bf26f0cf4197afdfbceff7b0b2205ce2fd950 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef BCM43xx_SYSFS_H_
#define BCM43xx_SYSFS_H_
struct bcm43xx_wldev;
int bcm43xx_sysfs_register(struct bcm43xx_wldev *dev);
void bcm43xx_sysfs_unregister(struct bcm43xx_wldev *dev);
#endif /* BCM43xx_SYSFS_H_ */
|