]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/target/target_core_base.h
target: Add TCM_MISCOMPARE_VERIFY sense handling
[karo-tx-linux.git] / include / target / target_core_base.h
index 6892b3332ebb6eee9556b45cedde5318845ed4ed..3313b7d91ac8aa0e3c2a3168c0b880b97b3fa6f1 100644 (file)
@@ -197,6 +197,7 @@ enum tcm_sense_reason_table {
        TCM_ADDRESS_OUT_OF_RANGE                = R(0x11),
        TCM_OUT_OF_RESOURCES                    = R(0x12),
        TCM_PARAMETER_LIST_LENGTH_ERROR         = R(0x13),
+       TCM_MISCOMPARE_VERIFY                   = R(0x14),
 #undef R
 };