.\" 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 "SYSDEV_SAVE" "" "06 October 2005" "" ""
.SH NAME
sysdev_save \- Save system device state
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int sysdev_save (u32 \fIstate\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIstate\fB\fR
Power state we're entering.
.SH "DESCRIPTION"
.PP
This is called when the system is going to sleep, but before interrupts
have been disabled. This allows system device drivers to allocate and
save device state, including sleeping during the process..