diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2010-03-05 22:36:19 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-03-07 02:28:59 -0500 |
commit | 738c9e66dcb7e17a962a7d65c976386b970d10ca (patch) | |
tree | b45a592df452039b14ab9e5cafbb983961c62cfe /drivers/scsi/bfa/include | |
parent | f926a05f5c1507aeae0e36175a03c0a19c201187 (diff) |
[SCSI] bfa: Added firmware save clear feature for BFA driver.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/include')
-rw-r--r-- | drivers/scsi/bfa/include/bfa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/include/bfa.h b/drivers/scsi/bfa/include/bfa.h index 942ae64038c9..17654cae0c75 100644 --- a/drivers/scsi/bfa/include/bfa.h +++ b/drivers/scsi/bfa/include/bfa.h | |||
@@ -172,6 +172,7 @@ void bfa_timer_tick(struct bfa_s *bfa); | |||
172 | */ | 172 | */ |
173 | bfa_status_t bfa_debug_fwtrc(struct bfa_s *bfa, void *trcdata, int *trclen); | 173 | bfa_status_t bfa_debug_fwtrc(struct bfa_s *bfa, void *trcdata, int *trclen); |
174 | bfa_status_t bfa_debug_fwsave(struct bfa_s *bfa, void *trcdata, int *trclen); | 174 | bfa_status_t bfa_debug_fwsave(struct bfa_s *bfa, void *trcdata, int *trclen); |
175 | void bfa_debug_fwsave_clear(struct bfa_s *bfa); | ||
175 | 176 | ||
176 | #include "bfa_priv.h" | 177 | #include "bfa_priv.h" |
177 | 178 | ||