repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux/fpc-iii.git]
/
drivers
/
zorro
/
zorro.h
blob
4f805c01cfbc017a01f012263f031a8411ac2486
1
2
#ifdef CONFIG_ZORRO_NAMES
3
extern
void
zorro_name_device
(
struct
zorro_dev
*
z
);
4
#else
5
static
inline
void
zorro_name_device
(
struct
zorro_dev
*
dev
) { }
6
#endif
7
8
extern
const struct
attribute_group
*
zorro_device_attribute_groups
[];