162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef B43legacy_SYSFS_H_ 362306a36Sopenharmony_ci#define B43legacy_SYSFS_H_ 462306a36Sopenharmony_ci 562306a36Sopenharmony_cistruct b43legacy_wldev; 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciint b43legacy_sysfs_register(struct b43legacy_wldev *dev); 862306a36Sopenharmony_civoid b43legacy_sysfs_unregister(struct b43legacy_wldev *dev); 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#endif /* B43legacy_SYSFS_H_ */ 11