diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2011-06-24 23:27:13 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-06-29 18:23:29 -0400 |
commit | 5a54b1d576d1880eb249e906e0c8e2ffe64506d3 (patch) | |
tree | 642890240be4d1fed626ff591296f7cb59338132 /drivers/scsi/bfa/bfa_modules.h | |
parent | 51e569aa1f0c10bd71af05e76e4ba0e42c51e4ab (diff) |
[SCSI] bfa: Added support for flash configuration
- Added flash sub-module.
- Implemented the interface to read/erase/update flash partition.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfa_modules.h')
-rw-r--r-- | drivers/scsi/bfa/bfa_modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfa_modules.h b/drivers/scsi/bfa/bfa_modules.h index d8ea708db9b7..f7783f0d3267 100644 --- a/drivers/scsi/bfa/bfa_modules.h +++ b/drivers/scsi/bfa/bfa_modules.h | |||
@@ -40,6 +40,7 @@ struct bfa_modules_s { | |||
40 | struct bfa_ablk_s ablk; /* ASIC block config module */ | 40 | struct bfa_ablk_s ablk; /* ASIC block config module */ |
41 | struct bfa_cee_s cee; /* CEE Module */ | 41 | struct bfa_cee_s cee; /* CEE Module */ |
42 | struct bfa_sfp_s sfp; /* SFP module */ | 42 | struct bfa_sfp_s sfp; /* SFP module */ |
43 | struct bfa_flash_s flash; /* flash module */ | ||
43 | }; | 44 | }; |
44 | 45 | ||
45 | /* | 46 | /* |