DRIVER_CREATE_FILE

Section: Device drivers infrastructure (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

driver_create_file - create sysfs file for driver.  

SYNOPSIS

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

ARGUMENTS

drv

driver.

attr

driver attribute descriptor.
 

COPYRIGHT