Files
Debian-9-Kernel/drivers/zorro/zorro.h
T

10 lines
220 B
C
Raw Normal View History

2023-05-02 09:58:35 +02:00
#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);