missing , broke compile

This commit is contained in:
Ronnie Sahlberg
2013-04-22 18:28:20 -07:00
parent 45f5fc2105
commit e640fa3cde
4 changed files with 432 additions and 3 deletions

View File

@@ -407,8 +407,8 @@ enum scsi_version_descriptor {
SCSI_VERSION_DESCRIPTOR_SPC_4 = 0x0460,
SCSI_VERSION_DESCRIPTOR_SPC_4_T10_1731_D_R16 = 0x0461,
SCSI_VERSION_DESCRIPTOR_SPC_4_T10_1731_D_R18 = 0x0462,
SCSI_VERSION_DESCRIPTOR_SPC_4_T10_1731_D_R23 = 0x0463
SCSI_VERSION_DESCRIPTOR_SSC_4 = 0x0200,
SCSI_VERSION_DESCRIPTOR_SPC_4_T10_1731_D_R23 = 0x0463,
SCSI_VERSION_DESCRIPTOR_SSC_4 = 0x0200
};
EXTERN const char *scsi_version_descriptor_to_str(enum scsi_version_descriptor version_descriptor);