// SPDX-License-Identifier: GPL-2.0-only // // Copyright(c) 2021-2024 Intel Corporation // // Authors: Cezary Rojewski <[email protected]> // Amadeusz Slawinski <[email protected]> // #include <linux/sysfs.h> #include "avs.h" static ssize_t fw_version_show(struct device *dev, struct device_attribute *attr, char *buf) { … } static DEVICE_ATTR_RO(fw_version); static struct attribute *avs_fw_attrs[] = …; static const struct attribute_group avs_attr_group = …; const struct attribute_group *avs_attr_groups[] = …;