You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
224 B
10 lines
224 B
19 years ago
|
#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_ */
|