diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 5bdb8b7d2a69..22e752c4406d 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -227,6 +227,7 @@ enum tcm_tmreq_table { | |||
227 | 227 | ||
228 | /* fabric independent task management response values */ | 228 | /* fabric independent task management response values */ |
229 | enum tcm_tmrsp_table { | 229 | enum tcm_tmrsp_table { |
230 | TMR_FUNCTION_FAILED = 0, | ||
230 | TMR_FUNCTION_COMPLETE = 1, | 231 | TMR_FUNCTION_COMPLETE = 1, |
231 | TMR_TASK_DOES_NOT_EXIST = 2, | 232 | TMR_TASK_DOES_NOT_EXIST = 2, |
232 | TMR_LUN_DOES_NOT_EXIST = 3, | 233 | TMR_LUN_DOES_NOT_EXIST = 3, |