summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:40:31 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commitf96d6054e65708e7abdceac673f1a18fec3204b6 (patch)
tree34ce626ed93a171a8309c0f3f993a2ae802ba2e7 /src/target/armv7m.h
parent6ba48a1b44d34e445af17ae66efb7e168f911a0f (diff)
downloadopenocd+libswd-f96d6054e65708e7abdceac673f1a18fec3204b6.tar.gz
openocd+libswd-f96d6054e65708e7abdceac673f1a18fec3204b6.tar.bz2
openocd+libswd-f96d6054e65708e7abdceac673f1a18fec3204b6.tar.xz
openocd+libswd-f96d6054e65708e7abdceac673f1a18fec3204b6.zip
swjdp_common_t -> struct swjdp_common
Remove misleading typedef and redundant suffix from struct swjdp_common.
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 75ba3d94..8e87c779 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -97,7 +97,7 @@ typedef struct armv7m_common_s
reg_cache_t *core_cache;
enum armv7m_mode core_mode;
int exception_number;
- swjdp_common_t swjdp_info;
+ struct swjdp_common swjdp_info;
/* Direct processor core register read and writes */
int (*load_core_reg_u32)(struct target_s *target, enum armv7m_regtype type, uint32_t num, uint32_t *value);