Sign in
android-kvm
/
linux
/
7e2d67e94ab05f70d2a73d00283f46778386ca52
/
.
/
drivers
/
zorro
/
zorro.h
blob: 34119fb4e5601603edbd139563f539b3548963c9 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_ZORRO_NAMES
extern
void
zorro_name_device
(
struct
zorro_dev
*
z
);
#else
static
inline
void
zorro_name_device
(
struct
zorro_dev
*
dev
)
{
}
#endif
extern
int
zorro_create_sysfs_dev_files
(
struct
zorro_dev
*
z
);