.\" 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 "PDC_STABLE_READ" "9" "09 October 2005" "" ""
.SH NAME
pdc_stable_read \- Read data from Stable Storage.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int pdc_stable_read (unsigned long \fIstaddr\fB, void * \fImemaddr\fB, unsigned long \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIstaddr\fB\fR
Stable Storage address to access.
.TP
\fB\fImemaddr\fB\fR
The memory address where Stable Storage data shall be copied.
.TP
\fB\fIcount\fB\fR
number of bytes to transfert. count is multiple of 4.
.SH "DESCRIPTION"
.PP
This PDC call reads from the Stable Storage address supplied in staddr
and copies count bytes to the memory address memaddr.
The call will fail if staddr+count > PDC_STABLE size.