bcm43xx_sysfs.h 224 B

123456789
  1. #ifndef BCM43xx_SYSFS_H_
  2. #define BCM43xx_SYSFS_H_
  3. struct bcm43xx_private;
  4. int bcm43xx_sysfs_register(struct bcm43xx_private *bcm);
  5. void bcm43xx_sysfs_unregister(struct bcm43xx_private *bcm);
  6. #endif /* BCM43xx_SYSFS_H_ */