xref: /linux/drivers/net/ipa/ipa_sysfs.h (revision 8bee6f00fce25e7a0db85cbb52b19d729d28273e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
4  * Copyright (C) 2019-2022 Linaro Ltd.
5  */
6 #ifndef _IPA_SYSFS_H_
7 #define _IPA_SYSFS_H_
8 
9 struct attribute_group;
10 
11 extern const struct attribute_group ipa_attribute_group;
12 extern const struct attribute_group ipa_feature_attribute_group;
13 extern const struct attribute_group ipa_endpoint_id_attribute_group;
14 extern const struct attribute_group ipa_modem_attribute_group;
15 
16 #endif /* _IPA_SYSFS_H_ */
17