aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi.h')
-rw-r--r--include/scsi/scsi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h
index 8a7f8ad58aac..d0a66aa1868d 100644
--- a/include/scsi/scsi.h
+++ b/include/scsi/scsi.h
@@ -195,6 +195,9 @@ enum scsi_timeouts {
195#define ATA_16 0x85 /* 16-byte pass-thru */ 195#define ATA_16 0x85 /* 16-byte pass-thru */
196#define ATA_12 0xa1 /* 12-byte pass-thru */ 196#define ATA_12 0xa1 /* 12-byte pass-thru */
197 197
198/* Vendor specific CDBs start here */
199#define VENDOR_SPECIFIC_CDB 0xc0
200
198/* 201/*
199 * SCSI command lengths 202 * SCSI command lengths
200 */ 203 */