diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 1ef18cce0c55..65b12d82867c 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -299,6 +299,12 @@ qla2x00_get_xgmac_stats(scsi_qla_host_t *, dma_addr_t, uint16_t, uint16_t *); | |||
299 | extern int | 299 | extern int |
300 | qla2x00_get_dcbx_params(scsi_qla_host_t *, dma_addr_t, uint16_t); | 300 | qla2x00_get_dcbx_params(scsi_qla_host_t *, dma_addr_t, uint16_t); |
301 | 301 | ||
302 | extern int | ||
303 | qla2x00_read_ram_word(scsi_qla_host_t *, uint32_t, uint32_t *); | ||
304 | |||
305 | extern int | ||
306 | qla2x00_write_ram_word(scsi_qla_host_t *, uint32_t, uint32_t); | ||
307 | |||
302 | /* | 308 | /* |
303 | * Global Function Prototypes in qla_isr.c source file. | 309 | * Global Function Prototypes in qla_isr.c source file. |
304 | */ | 310 | */ |