.\" 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 "MMC_REQUEST_DONE" "9" "09 October 2005" "" ""
.SH NAME
mmc_request_done \- finish processing an MMC command
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mmc_request_done (struct mmc_host * \fIhost\fB, struct mmc_request * \fImrq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhost\fB\fR
MMC host which completed command
.TP
\fB\fImrq\fB\fR
MMC request which completed
.SH "DESCRIPTION"
.PP
MMC drivers should call this function when they have completed
their processing of a command. This should be called before the
data part of the command has completed.