From 92fc7a6fdecac39ebc890ee3c2ae91f3fd50fdc5 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 07:39:14 -0800 Subject: str9xpec_flash_controller_t -> struct str9xpec_flash_controller Remove misleading typedef and redundant suffix from struct str9xpec_flash_controller. --- src/flash/str9xpec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/str9xpec.h') diff --git a/src/flash/str9xpec.h b/src/flash/str9xpec.h index ff3b6d9a..1c8d41b1 100644 --- a/src/flash/str9xpec.h +++ b/src/flash/str9xpec.h @@ -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 { -- cgit v1.2.3