]> Git Repo - linux.git/blob - drivers/zorro/zorro.h
ARM: dts: imx7s: Enable SNVS power key according to board design
[linux.git] / drivers / zorro / zorro.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifdef CONFIG_ZORRO_NAMES
4 extern void zorro_name_device(struct zorro_dev *z);
5 #else
6 static inline void zorro_name_device(struct zorro_dev *dev) { }
7 #endif
8
9 extern const struct attribute_group *zorro_device_attribute_groups[];
This page took 0.031666 seconds and 4 git commands to generate.