.\" 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 "KOBJECT_HOTPLUG" "9" "09 October 2005" "" ""
.SH NAME
kobject_hotplug \- notify userspace by executing /sbin/hotplug
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void kobject_hotplug (struct kobject * \fIkobj\fB, enum kobject_action \fIaction\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIkobj\fB\fR
struct kobject that the action is happening to
.TP
\fB\fIaction\fB\fR
action that is happening (usually ``ADD'' or ``REMOVE'')
.SH "DESCRIPTION"
.PP