Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
0004  * Copyright (C) 2019-2021 Linaro Ltd.
0005  */
0006 #ifndef _IPA_SYSFS_H_
0007 #define _IPA_SYSFS_H_
0008 
0009 struct attribute_group;
0010 
0011 extern const struct attribute_group ipa_attribute_group;
0012 extern const struct attribute_group ipa_feature_attribute_group;
0013 extern const struct attribute_group ipa_endpoint_id_attribute_group;
0014 extern const struct attribute_group ipa_modem_attribute_group;
0015 
0016 #endif /* _IPA_SYSFS_H_ */