diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_glbl.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_glbl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_glbl.h b/drivers/scsi/qla4xxx/ql4_glbl.h index d0dd4b330206..34cf851978e9 100644 --- a/drivers/scsi/qla4xxx/ql4_glbl.h +++ b/drivers/scsi/qla4xxx/ql4_glbl.h | |||
@@ -181,6 +181,8 @@ int qla4xxx_flash_ddb_change(struct scsi_qla_host *ha, uint32_t fw_ddb_index, | |||
181 | int qla4xxx_ddb_change(struct scsi_qla_host *ha, uint32_t fw_ddb_index, | 181 | int qla4xxx_ddb_change(struct scsi_qla_host *ha, uint32_t fw_ddb_index, |
182 | struct ddb_entry *ddb_entry, uint32_t state); | 182 | struct ddb_entry *ddb_entry, uint32_t state); |
183 | void qla4xxx_build_ddb_list(struct scsi_qla_host *ha, int is_reset); | 183 | void qla4xxx_build_ddb_list(struct scsi_qla_host *ha, int is_reset); |
184 | int qla4xxx_post_aen_work(struct scsi_qla_host *ha, uint32_t aen_code, | ||
185 | uint32_t data_size, uint8_t *data); | ||
184 | 186 | ||
185 | /* BSG Functions */ | 187 | /* BSG Functions */ |
186 | int qla4xxx_bsg_request(struct bsg_job *bsg_job); | 188 | int qla4xxx_bsg_request(struct bsg_job *bsg_job); |