str9xpec_flash_controller_t -> struct str9xpec_flash_controller
[fw/openocd] / src / flash / str9xpec.h
index ff3b6d9a29ae485a77c3378c4a907810c4893ac6..1c8d41b191c25cbc8a2417b376b819c6f91fefcd 100644 (file)
 #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
 {