projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6]
/
drivers
/
net
/
wireless
/
b43legacy
/
sysfs.h
1
#ifndef B43legacy_SYSFS_H_
2
#define B43legacy_SYSFS_H_
3
4
struct b43legacy_wldev;
5
6
int b43legacy_sysfs_register(struct b43legacy_wldev *dev);
7
void b43legacy_sysfs_unregister(struct b43legacy_wldev *dev);
8
9
#endif /* B43legacy_SYSFS_H_ */