summaryrefslogtreecommitdiff
path: root/src/flash/str9xpec.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 07:39:14 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:07 -0800
commit92fc7a6fdecac39ebc890ee3c2ae91f3fd50fdc5 (patch)
treea6702f26255999d6b7bee8847ec0e7cb6c77d238 /src/flash/str9xpec.h
parent6aa82891b60dc4a332ac548c13fc8d207bf171b0 (diff)
downloadopenocd_libswd-92fc7a6fdecac39ebc890ee3c2ae91f3fd50fdc5.tar.gz
openocd_libswd-92fc7a6fdecac39ebc890ee3c2ae91f3fd50fdc5.tar.bz2
openocd_libswd-92fc7a6fdecac39ebc890ee3c2ae91f3fd50fdc5.tar.xz
openocd_libswd-92fc7a6fdecac39ebc890ee3c2ae91f3fd50fdc5.zip
str9xpec_flash_controller_t -> struct str9xpec_flash_controller
Remove misleading typedef and redundant suffix from struct str9xpec_flash_controller.
Diffstat (limited to 'src/flash/str9xpec.h')
-rw-r--r--src/flash/str9xpec.h4
1 files changed, 2 insertions, 2 deletions
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
{