1. NAME

sysfs_add_file_to_group - add an attribute file to a pre-existing group.

2. SYNOPSIS

int sysfs_add_file_to_group(struct kobject *  kobj , const struct attribute *  attr , const char *  group );

3. ARGUMENTS

kobj
    object weAqre acting for.

attr
    attribute descriptor.

group
    group name.

4. COPYRIGHT