1. NAME

sysfs_create_bin_file - create binary file for object.

2. SYNOPSIS

int sysfs_create_bin_file(struct kobject *  kobj , const struct bin_attribute *  attr );

3. ARGUMENTS

kobj
    object.

attr
    attribute descriptor.

4. COPYRIGHT