other versions
SYSFS_CREATE_LINK(9) | The Filesystem for Exporting K | SYSFS_CREATE_LINK(9) |
NAME¶
sysfs_create_link - create symlink between two objects.
SYNOPSIS¶
int sysfs_create_link(struct kobject * kobj, struct kobject * target, const char * name);
ARGUMENTS¶
struct kobject * kobj
object whose directory we're creating the link in.
struct kobject * target
object we're pointing to.
const char * name
name of the symlink.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |