1. NAME

sysfs_create_file - create an attribute file for an object.

2. SYNOPSIS

int sysfs_create_file(struct kobject *  kobj , const struct attribute *  attr );

3. ARGUMENTS

kobj
    object weAqre creating for.

attr
    attribute descriptor.

4. COPYRIGHT