.\" 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 "I2O_EXEC_PROBE" "9" "09 October 2005" "" ""
.SH NAME
i2o_exec_probe \- Called if a new I2O device (executive class) appears
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_exec_probe (struct device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
I2O device which should be probed
.SH "DESCRIPTION"
.PP
Registers event notification for every event from Executive device. The
return is always 0, because we want all devices of class Executive.
.PP
Returns 0 on success.