diff options
Diffstat (limited to 'drivers/scsi/53c700.h')
-rw-r--r-- | drivers/scsi/53c700.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/53c700.h b/drivers/scsi/53c700.h index a8c83bb03630..d8041952b1b5 100644 --- a/drivers/scsi/53c700.h +++ b/drivers/scsi/53c700.h | |||
@@ -163,6 +163,8 @@ struct NCR_700_command_slot { | |||
163 | #define NCR_700_SLOT_BUSY (1|NCR_700_SLOT_MAGIC) /* slot has command active on HA */ | 163 | #define NCR_700_SLOT_BUSY (1|NCR_700_SLOT_MAGIC) /* slot has command active on HA */ |
164 | #define NCR_700_SLOT_QUEUED (2|NCR_700_SLOT_MAGIC) /* slot has command to be made active on HA */ | 164 | #define NCR_700_SLOT_QUEUED (2|NCR_700_SLOT_MAGIC) /* slot has command to be made active on HA */ |
165 | __u8 state; | 165 | __u8 state; |
166 | #define NCR_700_FLAG_AUTOSENSE 0x01 | ||
167 | __u8 flags; | ||
166 | int tag; | 168 | int tag; |
167 | __u32 resume_offset; | 169 | __u32 resume_offset; |
168 | struct scsi_cmnd *cmnd; | 170 | struct scsi_cmnd *cmnd; |