aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/scsi_device.h')
-rw-r--r--include/scsi/scsi_device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
index cde84b39bb65..8d77da932d2c 100644
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@ -167,7 +167,10 @@ struct scsi_target {
167 unsigned int channel; 167 unsigned int channel;
168 unsigned int id; /* target id ... replace 168 unsigned int id; /* target id ... replace
169 * scsi_device.id eventually */ 169 * scsi_device.id eventually */
170 unsigned long create:1; /* signal that it needs to be added */ 170 unsigned int create:1; /* signal that it needs to be added */
171 unsigned int pdt_1f_for_no_lun; /* PDT = 0x1f */
172 /* means no lun present */
173
171 char scsi_level; 174 char scsi_level;
172 void *hostdata; /* available to low-level driver */ 175 void *hostdata; /* available to low-level driver */
173 unsigned long starget_data[0]; /* for the transport */ 176 unsigned long starget_data[0]; /* for the transport */