3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-21 22:55:53 +00:00
Brooklyn/drivers/net/ipa/ipa_sysfs.h

17 lines
506 B
C
Raw Permalink Normal View History

2022-04-02 18:17:33 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
2022-12-14 11:30:32 +05:00
* Copyright (C) 2019-2022 Linaro Ltd.
2022-04-02 18:17:33 +05:00
*/
#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-09-13 23:14:27 +05:00
extern const struct attribute_group ipa_endpoint_id_attribute_group;
2022-04-02 18:17:33 +05:00
extern const struct attribute_group ipa_modem_attribute_group;
#endif /* _IPA_SYSFS_H_ */