.\" 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 "MPTSCSIH_HALT" "" "06 October 2005" "" ""
.SH NAME
mptscsih_halt \- Process the reboot notification
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int mptscsih_halt (struct notifier_block * \fInb\fB, ulong \fIevent\fB, void * \fIbuf\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInb\fB\fR
Pointer to a struct notifier_block (ignored)
.TP
\fB\fIevent\fB\fR
event (SYS_HALT, SYS_RESTART, SYS_POWER_OFF)
.TP
\fB\fIbuf\fB\fR
Pointer to a data buffer (ignored)
.SH "DESCRIPTION"
.PP
This routine called if a system shutdown or reboot is to occur.
.PP
Return NOTIFY_DONE if this is something other than a reboot message.
NOTIFY_OK if this is a reboot message.