This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / net / wireless / bcm43xx / bcm43xx_sysfs.h
1 #ifndef BCM43xx_SYSFS_H_
2 #define BCM43xx_SYSFS_H_
3
4 struct bcm43xx_private;
5
6 int bcm43xx_sysfs_register(struct bcm43xx_private *bcm);
7 void bcm43xx_sysfs_unregister(struct bcm43xx_private *bcm);
8
9 #endif /* BCM43xx_SYSFS_H_ */