mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
423e3ce336
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
10 lines
234 B
C
10 lines
234 B
C
#ifndef B43legacy_SYSFS_H_
|
|
#define B43legacy_SYSFS_H_
|
|
|
|
struct b43legacy_wldev;
|
|
|
|
int b43legacy_sysfs_register(struct b43legacy_wldev *dev);
|
|
void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
|
|
|
|
#endif /* B43legacy_SYSFS_H_ */
|