allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / net / wireless / bcm43xx / bcm43xx_sysfs.h
blobcc701df71e2a0637bce01d67cefe3ce6e858f5d8
1 #ifndef BCM43xx_SYSFS_H_
2 #define BCM43xx_SYSFS_H_
4 struct bcm43xx_private;
6 int bcm43xx_sysfs_register(struct bcm43xx_private *bcm);
7 void bcm43xx_sysfs_unregister(struct bcm43xx_private *bcm);
9 #endif /* BCM43xx_SYSFS_H_ */