You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#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); |
|
|
|
|