Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef B43legacy_SYSFS_H_
0003 #define B43legacy_SYSFS_H_
0004 
0005 struct b43legacy_wldev;
0006 
0007 int b43legacy_sysfs_register(struct b43legacy_wldev *dev);
0008 void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
0009 
0010 #endif /* B43legacy_SYSFS_H_ */