aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2007-07-08 23:52:08 -0400
committerJames Bottomley <jejb@mulgrave.localdomain>2007-07-18 12:18:20 -0400
commitba1fc175cc6c0af7e78241e50160344f0f198282 (patch)
tree019c21e5c4658c50b08e28d2077b37242a1d22db /include
parent7aa68e80bd481faae1234bc2a7e4bcc9348f98b4 (diff)
[SCSI] libsas: add SAS management protocol handler
This patch adds support for SAS Management Protocol (SMP) passthrough support via bsg. aic94xx can use this. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include')
-rw-r--r--include/scsi/libsas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index 9275a46bf2e3..df36461fe881 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -674,4 +674,6 @@ extern void sas_target_destroy(struct scsi_target *);
674extern int sas_slave_alloc(struct scsi_device *); 674extern int sas_slave_alloc(struct scsi_device *);
675extern int sas_ioctl(struct scsi_device *sdev, int cmd, void __user *arg); 675extern int sas_ioctl(struct scsi_device *sdev, int cmd, void __user *arg);
676 676
677extern int sas_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy,
678 struct request *req);
677#endif /* _SASLIB_H_ */ 679#endif /* _SASLIB_H_ */