M7350/kernel/drivers/zorro/zorro.h

10 lines
220 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
#ifdef CONFIG_ZORRO_NAMES
2024-09-09 08:52:07 +00:00
extern void zorro_name_device(struct zorro_dev *z);
2024-09-09 08:57:42 +00:00
#else
static inline void zorro_name_device(struct zorro_dev *dev) { }
#endif
2024-09-09 08:52:07 +00:00
extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);