diff options
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r-- | include/scsi/libiscsi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index 89429f433f85..e1fb3d0927b0 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -77,6 +77,10 @@ enum { | |||
77 | 77 | ||
78 | #define ISCSI_ADDRESS_BUF_LEN 64 | 78 | #define ISCSI_ADDRESS_BUF_LEN 64 |
79 | 79 | ||
80 | enum { | ||
81 | ISCSI_DIGEST_SIZE = sizeof(__u32), | ||
82 | }; | ||
83 | |||
80 | struct iscsi_mgmt_task { | 84 | struct iscsi_mgmt_task { |
81 | /* | 85 | /* |
82 | * Becuae LLDs allocate their hdr differently, this is a pointer to | 86 | * Becuae LLDs allocate their hdr differently, this is a pointer to |