repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Merge branch 'ath6kl-next' of master.kernel.org:/pub/scm/linux/kernel/git...
[linux-2.6/next.git]
/
drivers
/
net
/
wireless
/
b43legacy
/
sysfs.h
blob
417d509803c708623fe91db1f54d6953daccd914
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_ */