scst_const.h: Add DID_TARGET_FAILURE for older kernel versions

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6529 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-10-03 04:33:27 +00:00
parent 50848fb0c4
commit 00301a314b

View File

@@ -646,6 +646,11 @@ enum scst_tg_sup {
#define DID_TRANSPORT_FAILFAST 0xf
#endif
/* See also patch "Add detailed SCSI I/O errors" (commit ID 63583cca745f) */
#ifndef DID_TARGET_FAILURE
#define DID_TARGET_FAILURE 0x10
#endif
#ifndef DID_NEXUS_FAILURE
#define DID_NEXUS_FAILURE 0x11
#endif