.\" 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 "SEND_UEVENT" "9" "09 October 2005" "" ""
.SH NAME
send_uevent \- notify userspace by sending event trough netlink socket
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int send_uevent (const char * \fIsignal\fB, const char * \fIobj\fB, char ** \fIenvp\fB, int \fIgfp_mask\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsignal\fB\fR
signal name
.TP
\fB\fIobj\fB\fR
object path (kobject)
.TP
\fB\fIenvp\fB\fR
possible hotplug environment to pass with the message
.TP
\fB\fIgfp_mask\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP