Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.15-rc7 15 lines 437 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2019-2021 Linaro Ltd. 5 */ 6#ifndef _IPA_SYSFS_H_ 7#define _IPA_SYSFS_H_ 8 9struct attribute_group; 10 11extern const struct attribute_group ipa_attribute_group; 12extern const struct attribute_group ipa_feature_attribute_group; 13extern const struct attribute_group ipa_modem_attribute_group; 14 15#endif /* _IPA_SYSFS_H_ */