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