Sign in
gem5
/
arm
/
linux
/
861d75d098e2d0a2d7692c9d6a30b6fd2c81387c
/
.
/
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
);