.\" 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 "EURWDT_NOTIFY_SYS" "9" "09 October 2005" "" ""
.SH NAME
eurwdt_notify_sys \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int eurwdt_notify_sys (struct notifier_block * \fIthis\fB, unsigned long \fIcode\fB, void * \fIunused\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIthis\fB\fR
our notifier block
.TP
\fB\fIcode\fB\fR
the event being reported
.TP
\fB\fIunused\fB\fR
unused
.SH "DESCRIPTION"
.PP
Our notifier is called on system shutdowns. We want to turn the card
off at reboot otherwise the machine will reboot again during memory
test or worse yet during the following fsck. This would suck, in fact
trust me - if it happens it does suck.