Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-urgent...
[deliverable/linux.git] / drivers / zorro / zorro.h
CommitLineData
1da177e4 1
52182c75 2#ifdef CONFIG_ZORRO_NAMES
1da177e4 3extern void zorro_name_device(struct zorro_dev *z);
52182c75
GU
4#else
5static inline void zorro_name_device(struct zorro_dev *dev) { }
6#endif
7
11a8b2c5 8extern int zorro_create_sysfs_dev_files(struct zorro_dev *z);
1da177e4 9
This page took 1.48015 seconds and 5 git commands to generate.