18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef B43_SYSFS_H_
38c2ecf20Sopenharmony_ci#define B43_SYSFS_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_cistruct b43_wldev;
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciint b43_sysfs_register(struct b43_wldev *dev);
88c2ecf20Sopenharmony_civoid b43_sysfs_unregister(struct b43_wldev *dev);
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#endif /* B43_SYSFS_H_ */
11