cfi_flash_bank_t -> struct cfi_flash_bank

Remove misleading typedef and redundant suffix from struct cfi_flash_bank.
This commit is contained in:
Zachary T Welch
2009-11-13 07:31:42 -08:00
parent a7a8a1c9e2
commit 3be0edbc5e
3 changed files with 40 additions and 40 deletions

View File

@@ -25,7 +25,7 @@
#define CFI_STATUS_POLL_MASK_DQ5_DQ6_DQ7 0xE0 /* DQ5..DQ7 */
#define CFI_STATUS_POLL_MASK_DQ6_DQ7 0xC0 /* DQ6..DQ7 */
typedef struct cfi_flash_bank_s
struct cfi_flash_bank
{
working_area_t *write_algorithm;
@@ -70,7 +70,7 @@ typedef struct cfi_flash_bank_s
void *pri_ext;
void *alt_ext;
} cfi_flash_bank_t;
};
/* Intel primary extended query table
* as defined for the Advanced+ Boot Block Flash Memory (C3)