.\" 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_CLAIM_HOST" "9" "09 October 2005" "" "" .SH NAME __mmc_claim_host \- exclusively claim a host .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __mmc_claim_host (struct mmc_host * \fIhost\fB, struct mmc_card * \fIcard\fB); \fR .SH "ARGUMENTS" .TP \fB\fIhost\fB\fR mmc host to claim .TP \fB\fIcard\fB\fR mmc card to claim host for .SH "DESCRIPTION" .PP Claim a host for a set of operations. If a valid card is passed and this wasn't the last card selected, select the card before returning. .SH "NOTE" .PP you should use mmc_card_claim_host or mmc_claim_host.