summaryrefslogtreecommitdiff
path: root/src/target/arm7tdmi.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:40:03 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commit8012b3963fc49c7edf87f31a93bc0039095f5b59 (patch)
treeca01e0fd734ebb5ace62492fd27081390fb50b59 /src/target/arm7tdmi.h
parentbcb18b2044e9a9b812f8e0d390ed903f74524586 (diff)
downloadopenocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.gz
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.bz2
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.xz
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.zip
arm7_9_common_t -> struct arm7_9_common
Remove misleading typedef and redundant suffix from struct arm7_9_common.
Diffstat (limited to 'src/target/arm7tdmi.h')
-rw-r--r--src/target/arm7tdmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm7tdmi.h b/src/target/arm7tdmi.h
index da0f7722..b6996973 100644
--- a/src/target/arm7tdmi.h
+++ b/src/target/arm7tdmi.h
@@ -30,7 +30,7 @@
*/
typedef struct arm7tdmi_common_s
{
- arm7_9_common_t arm7_9_common;
+ struct arm7_9_common arm7_9_common;
} arm7tdmi_common_t;
int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, struct jtag_tap *tap);