mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-01 16:14:13 +08:00
a4388da51a
Some source files state copyright dates that are earlier than the last modification of the file. Change the copyright year to 2022 in all such cases. Signed-off-by: Alex Elder <elder@linaro.org> Link: https://lore.kernel.org/r/20220930224549.3503434-1-elder@linaro.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
17 lines
506 B
C
17 lines
506 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
|
|
* Copyright (C) 2019-2022 Linaro Ltd.
|
|
*/
|
|
#ifndef _IPA_SYSFS_H_
|
|
#define _IPA_SYSFS_H_
|
|
|
|
struct attribute_group;
|
|
|
|
extern const struct attribute_group ipa_attribute_group;
|
|
extern const struct attribute_group ipa_feature_attribute_group;
|
|
extern const struct attribute_group ipa_endpoint_id_attribute_group;
|
|
extern const struct attribute_group ipa_modem_attribute_group;
|
|
|
|
#endif /* _IPA_SYSFS_H_ */
|