libata: move sas ata tag allocation to libata-scsi.c
[linux-block.git] / drivers / ata / libata.h
index 40405135bbb6a30c9e038a0625bc584cc018a1de..8c491cd8805b3a7464b64b534f1de407f1ba34aa 100644 (file)
@@ -145,6 +145,8 @@ extern void ata_scsi_dev_rescan(struct work_struct *work);
 extern int ata_bus_probe(struct ata_port *ap);
 extern int ata_scsi_user_scan(struct Scsi_Host *shost, unsigned int channel,
                              unsigned int id, u64 lun);
+int ata_sas_allocate_tag(struct ata_port *ap);
+void ata_sas_free_tag(unsigned int tag, struct ata_port *ap);
 
 
 /* libata-eh.c */