diff options
Diffstat (limited to 'kernel/include/scsi')
-rw-r--r-- | kernel/include/scsi/scsi_device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/scsi/scsi_device.h b/kernel/include/scsi/scsi_device.h index fe89d7cd6..4f6ba34cd 100644 --- a/kernel/include/scsi/scsi_device.h +++ b/kernel/include/scsi/scsi_device.h @@ -239,6 +239,7 @@ scmd_printk(const char *, const struct scsi_cmnd *, const char *, ...); enum scsi_target_state { STARGET_CREATED = 1, STARGET_RUNNING, + STARGET_REMOVE, STARGET_DEL, }; |