1. NAME

driver_create_file - create sysfs file for driver.

2. SYNOPSIS

int driver_create_file(struct device_driver *  drv , const struct driver_attribute *  attr );

3. ARGUMENTS

drv
    driver.

attr
    driver attribute descriptor.

4. COPYRIGHT