ipa_sysfs.h 506 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
  3. * Copyright (C) 2019-2022 Linaro Ltd.
  4. */
  5. #ifndef _IPA_SYSFS_H_
  6. #define _IPA_SYSFS_H_
  7. struct attribute_group;
  8. extern const struct attribute_group ipa_attribute_group;
  9. extern const struct attribute_group ipa_feature_attribute_group;
  10. extern const struct attribute_group ipa_endpoint_id_attribute_group;
  11. extern const struct attribute_group ipa_modem_attribute_group;
  12. #endif /* _IPA_SYSFS_H_ */