diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 02c7480c99c..7e11ccf0fe8 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2714,6 +2714,8 @@ struct qla_hw_data { | |||
2714 | uint8_t fcode_revision[16]; | 2714 | uint8_t fcode_revision[16]; |
2715 | uint32_t fw_revision[4]; | 2715 | uint32_t fw_revision[4]; |
2716 | 2716 | ||
2717 | uint32_t gold_fw_version[4]; | ||
2718 | |||
2717 | /* Offsets for flash/nvram access (set to ~0 if not used). */ | 2719 | /* Offsets for flash/nvram access (set to ~0 if not used). */ |
2718 | uint32_t flash_conf_off; | 2720 | uint32_t flash_conf_off; |
2719 | uint32_t flash_data_off; | 2721 | uint32_t flash_data_off; |