.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SYSFS_CREATE_LINK" "9" "09 October 2005" "" "" .SH NAME sysfs_create_link \- create symlink between two objects. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int sysfs_create_link (struct kobject * \fIkobj\fB, struct kobject * \fItarget\fB, const char * \fIname\fB); \fR .SH "ARGUMENTS" .TP \fB\fIkobj\fB\fR object whose directory we're creating the link in. .TP \fB\fItarget\fB\fR object we're pointing to. .TP \fB\fIname\fB\fR name of the symlink.