From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- drivers/zorro/zorro.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/zorro/zorro.h (limited to 'drivers/zorro/zorro.h') diff --git a/drivers/zorro/zorro.h b/drivers/zorro/zorro.h new file mode 100644 index 000000000..ac0bab341 --- /dev/null +++ b/drivers/zorro/zorro.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +#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 const struct attribute_group *zorro_device_attribute_groups[]; -- cgit v1.2.3