diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index af36238859d4..4d52bf1c2ada 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -269,6 +269,15 @@ extern int qla84xx_verify_chip(struct scsi_qla_host *, uint16_t *); | |||
269 | 269 | ||
270 | extern int qla81xx_idc_ack(scsi_qla_host_t *, uint16_t *); | 270 | extern int qla81xx_idc_ack(scsi_qla_host_t *, uint16_t *); |
271 | 271 | ||
272 | extern int | ||
273 | qla81xx_fac_get_sector_size(scsi_qla_host_t *, uint32_t *); | ||
274 | |||
275 | extern int | ||
276 | qla81xx_fac_do_write_enable(scsi_qla_host_t *, int); | ||
277 | |||
278 | extern int | ||
279 | qla81xx_fac_erase_sector(scsi_qla_host_t *, uint32_t, uint32_t); | ||
280 | |||
272 | /* | 281 | /* |
273 | * Global Function Prototypes in qla_isr.c source file. | 282 | * Global Function Prototypes in qla_isr.c source file. |
274 | */ | 283 | */ |