cfi_fixup_t -> struct cfi_fixup

Remove misleading typedef and redundant suffix from struct cfi_fixup.
This commit is contained in:
Zachary T Welch
2009-11-13 07:37:43 -08:00
parent 4c28cc68ed
commit 453a103f48
2 changed files with 6 additions and 6 deletions

View File

@@ -142,13 +142,13 @@ struct cfi_unlock_addresses
uint32_t unlock2;
};
typedef struct cfi_fixup_s
struct cfi_fixup
{
uint16_t mfr;
uint16_t id;
void (*fixup)(flash_bank_t *flash, void *param);
void *param;
} cfi_fixup_t;
};
#define CFI_MFR_AMD 0x0001
#define CFI_MFR_FUJITSU 0x0004