aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_gbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r--drivers/scsi/qla2xxx/qla_gbl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h
index ba648f69f2f5..eedb5bdec3b9 100644
--- a/drivers/scsi/qla2xxx/qla_gbl.h
+++ b/drivers/scsi/qla2xxx/qla_gbl.h
@@ -219,8 +219,8 @@ extern void qla2x00_dump_pkt(void *);
219/* 219/*
220 * Global Function Prototypes in qla_gs.c source file. 220 * Global Function Prototypes in qla_gs.c source file.
221 */ 221 */
222extern ms_iocb_entry_t *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, 222extern void *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
223 uint32_t); 223extern void *qla24xx_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
224extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *); 224extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *);
225extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); 225extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *);
226extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); 226extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *);