diff options
Diffstat (limited to 'drivers/scsi/bfa/bfa.h')
-rw-r--r-- | drivers/scsi/bfa/bfa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfa.h b/drivers/scsi/bfa/bfa.h index 32f46265daa5..76300befffbe 100644 --- a/drivers/scsi/bfa/bfa.h +++ b/drivers/scsi/bfa/bfa.h | |||
@@ -412,6 +412,7 @@ bfa_status_t bfa_iocfc_israttr_set(struct bfa_s *bfa, | |||
412 | 412 | ||
413 | void bfa_iocfc_enable(struct bfa_s *bfa); | 413 | void bfa_iocfc_enable(struct bfa_s *bfa); |
414 | void bfa_iocfc_disable(struct bfa_s *bfa); | 414 | void bfa_iocfc_disable(struct bfa_s *bfa); |
415 | void bfa_iocfc_cb_dconf_modinit(struct bfa_s *bfa, bfa_status_t status); | ||
415 | #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ | 416 | #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ |
416 | bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout) | 417 | bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout) |
417 | 418 | ||