.\" 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 "ATA_GET_XLAT_FUNC" "9" "09 October 2005" "" ""
.SH NAME
ata_get_xlat_func \- check if SCSI to ATA translation is possible
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ata_xlat_func_t ata_get_xlat_func (struct ata_device * \fIdev\fB, u8 \fIcmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
ATA device
.TP
\fB\fIcmd\fB\fR
SCSI command opcode to consider
.SH "DESCRIPTION"
.PP
Look up the SCSI command given, and determine whether the
SCSI command is to be translated or simulated.
.SH "RETURNS"
.PP
Pointer to translation function if possible, NULL if not.