mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 11:05:19 +07:00
10 lines
224 B
C
10 lines
224 B
C
![]() |
#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_ */
|