Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef B43_SYSFS_H_
0003 #define B43_SYSFS_H_
0004 
0005 struct b43_wldev;
0006 
0007 int b43_sysfs_register(struct b43_wldev *dev);
0008 void b43_sysfs_unregister(struct b43_wldev *dev);
0009 
0010 #endif /* B43_SYSFS_H_ */