cfi_unlock_addresses_t -> struct cfi_unlock_addresses

Remove misleading typedef and redundant suffix from struct cfi_unlock_addresses.
This commit is contained in:
Zachary T Welch
2009-11-13 07:37:40 -08:00
parent 0139e7d51a
commit 4c28cc68ed
2 changed files with 4 additions and 4 deletions

View File

@@ -136,11 +136,11 @@ enum {
CFI_UNLOCK_5555_2AAA,
};
typedef struct cfi_unlock_addresses_s
struct cfi_unlock_addresses
{
uint32_t unlock1;
uint32_t unlock2;
} cfi_unlock_addresses_t;
};
typedef struct cfi_fixup_s
{