vserver 1.9.5.x5
[linux-2.6.git] / drivers / scsi / libata.h
index 460c72c..6518226 100644 (file)
 #define __LIBATA_H__
 
 #define DRV_NAME       "libata"
-#define DRV_VERSION    "1.02"  /* must be exactly four chars */
+#define DRV_VERSION    "1.10"  /* must be exactly four chars */
 
 struct ata_scsi_args {
-       struct ata_port         *ap;
-       struct ata_device       *dev;
-       struct scsi_cmnd                *cmd;
+       u16                     *id;
+       struct scsi_cmnd        *cmd;
        void                    (*done)(struct scsi_cmnd *);
 };
 
 /* libata-core.c */
 extern struct ata_queued_cmd *ata_qc_new_init(struct ata_port *ap,
                                      struct ata_device *dev);
+extern void ata_qc_free(struct ata_queued_cmd *qc);
 extern int ata_qc_issue(struct ata_queued_cmd *qc);
+extern int ata_check_atapi_dma(struct ata_queued_cmd *qc);
 extern void ata_dev_select(struct ata_port *ap, unsigned int device,
                            unsigned int wait, unsigned int can_sleep);
 extern void ata_tf_to_host_nolock(struct ata_port *ap, struct ata_taskfile *tf);
+extern void swap_buf_le16(u16 *buf, unsigned int buf_words);
 
 
 /* libata-scsi.c */
-extern void ata_to_sense_error(struct ata_queued_cmd *qc);
+extern void ata_to_sense_error(struct ata_queued_cmd *qc, u8 drv_stat);
 extern int ata_scsi_error(struct Scsi_Host *host);
 extern unsigned int ata_scsiop_inq_std(struct ata_scsi_args *args, u8 *rbuf,
                               unsigned int buflen);