Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.10-rc2 9 lines 186 B view raw
1#ifndef B43_SYSFS_H_ 2#define B43_SYSFS_H_ 3 4struct b43_wldev; 5 6int b43_sysfs_register(struct b43_wldev *dev); 7void b43_sysfs_unregister(struct b43_wldev *dev); 8 9#endif /* B43_SYSFS_H_ */