2021-06-12 04:39:40 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
|
|
|
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
|
|
|
|
* Copyright (C) 2019-2021 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;
|
2022-07-20 03:16:39 +08:00
|
|
|
extern const struct attribute_group ipa_endpoint_id_attribute_group;
|
2021-06-12 04:39:40 +08:00
|
|
|
extern const struct attribute_group ipa_modem_attribute_group;
|
|
|
|
|
|
|
|
#endif /* _IPA_SYSFS_H_ */
|