|
@@ -1130,6 +1130,8 @@ extern void ata_sas_async_probe(struct ata_port *ap);
|
|
|
extern int ata_sas_sync_probe(struct ata_port *ap);
|
|
|
extern int ata_sas_port_init(struct ata_port *);
|
|
|
extern int ata_sas_port_start(struct ata_port *ap);
|
|
|
+extern int ata_sas_tport_add(struct device *parent, struct ata_port *ap);
|
|
|
+extern void ata_sas_tport_delete(struct ata_port *ap);
|
|
|
extern void ata_sas_port_stop(struct ata_port *ap);
|
|
|
extern int ata_sas_slave_configure(struct scsi_device *, struct ata_port *);
|
|
|
extern int ata_sas_queuecmd(struct scsi_cmnd *cmd, struct ata_port *ap);
|