SYSFS_CREATE_FILE(9) | The Filesystem for Exporting K | SYSFS_CREATE_FILE(9) |
NAME¶
sysfs_create_file - create an attribute file for an object.
SYNOPSIS¶
int sysfs_create_file(struct kobject * kobj, const struct attribute * attr);
ARGUMENTS¶
kobj
object we´re creating for.
attr
attribute descriptor.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |