1SYSFS_ADD_FILE_TO_GR(9) The Filesystem for Exporting K SYSFS_ADD_FILE_TO_GR(9)
23
4
NAME
6sysfs_add_file_to_group - add an attribute file to a pre-existing
7group.
8
SYNOPSIS
10int sysfs_add_file_to_group(struct kobject * kobj,
11const struct attribute * attr,
12const char * group);
13
ARGUMENTS
15kobj
16object we're acting for.
1718
attr
19attribute descriptor.
2021
group
22group name.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 SYSFS_ADD_FILE_TO_GR(9)