repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kbuild: ignore cache modifiers for generating the tags files
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
net
/
wireless
/
b43
/
sysfs.h
blob
12bda9ef1a85cad8bcafb6c2e1318eccbb91daac
1
#ifndef B43_SYSFS_H_
2
#define B43_SYSFS_H_
3
4
struct
b43_wldev
;
5
6
int
b43_sysfs_register
(
struct
b43_wldev
*
dev
);
7
void
b43_sysfs_unregister
(
struct
b43_wldev
*
dev
);
8
9
#endif
/* B43_SYSFS_H_ */