vserver 1.9.5.x5
[linux-2.6.git] / drivers / scsi / libata.h
index 68c268e..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);