.\" 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 "REGISTER_REBOOT_NOTIFIER" "" "06 October 2005" "" ""
.SH NAME
register_reboot_notifier \- Register function to be called at reboot time
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int register_reboot_notifier (struct notifier_block * \fInb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInb\fB\fR
Info about notifier function to be called
.SH "DESCRIPTION"
.PP
Registers a function with the list of functions
to be called at reboot time.
.PP
Currently always returns zero, as notifier_chain_register
always returns zero.