]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/scsi/scsi_transport_sas.h
[SCSI] transport_sas: add SAS management protocol support
[karo-tx-linux.git] / include / scsi / scsi_transport_sas.h
index 97eeb5b59ea5c286ca8f10a5ad1fa436e7a9662f..af304fb9d9796ad7c2a6eb832ced2ca1d4aba433 100644 (file)
@@ -7,7 +7,7 @@
 
 struct scsi_transport_template;
 struct sas_rphy;
-
+struct request;
 
 enum sas_device_type {
        SAS_PHY_UNUSED,
@@ -172,6 +172,7 @@ struct sas_function_template {
        int (*phy_reset)(struct sas_phy *, int);
        int (*phy_enable)(struct sas_phy *, int);
        int (*set_phy_speed)(struct sas_phy *, struct sas_phy_linkrates *);
+       int (*smp_handler)(struct Scsi_Host *, struct sas_rphy *, struct request *);
 };