str9xpec_flash_controller_t -> struct str9xpec_flash_controller

Remove misleading typedef and redundant suffix from struct str9xpec_flash_controller.
This commit is contained in:
Zachary T Welch
2009-11-13 07:39:14 -08:00
parent 6aa82891b6
commit 92fc7a6fde
2 changed files with 24 additions and 24 deletions

View File

@@ -26,14 +26,14 @@
#include "flash.h"
#include "jtag.h"
typedef struct str9xpec_flash_controller_s
struct str9xpec_flash_controller
{
struct jtag_tap *tap;
uint32_t *sector_bits;
int chain_pos;
int isc_enable;
uint8_t options[8];
} str9xpec_flash_controller_t;
};
enum str9xpec_status_codes
{