aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/sas.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/isci/sas.h')
-rw-r--r--drivers/scsi/isci/sas.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/isci/sas.h b/drivers/scsi/isci/sas.h
index 83eab4671958..822a8dbd19ca 100644
--- a/drivers/scsi/isci/sas.h
+++ b/drivers/scsi/isci/sas.h
@@ -215,4 +215,14 @@ struct smp_req {
215 215
216#define SMP_RESP_HDR_SZ 4 216#define SMP_RESP_HDR_SZ 4
217 217
218/*
219 * struct sci_sas_address - This structure depicts how a SAS address is
220 * represented by SCI.
221 * XXX convert this to u8 [SAS_ADDR_SIZE] like the rest of libsas
222 *
223 */
224struct sci_sas_address {
225 u32 high;
226 u32 low;
227};
218#endif 228#endif