.\" 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 "COPY_FROM_USER_TOIO" "" "06 October 2005" "" ""
.SH NAME
copy_from_user_toio \- copy data from user-space to mmio-space
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int copy_from_user_toio (unsigned long \fIdst\fB, const void * \fIsrc\fB, size_t \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdst\fB\fR
the destination pointer on mmio-space
.TP
\fB\fIsrc\fB\fR
the source pointer on user-space
.TP
\fB\fIcount\fB\fR
the data size to copy in bytes
.SH "DESCRIPTION"
.PP
Copies the data from user-space to mmio-space.
.PP
Returns zero if successful, or non-zero on failure.