summaryrefslogtreecommitdiff
path: root/src/target/arm920t.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:40:22 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commit785115a6a0a850f24f01fb385757a331eea9f093 (patch)
treeb41762f30f515c344cee787c79d670710a115630 /src/target/arm920t.h
parent1ad4ee2deb5a888cb9f9b825a0e4fbfa68aa1218 (diff)
downloadopenocd+libswd-785115a6a0a850f24f01fb385757a331eea9f093.tar.gz
openocd+libswd-785115a6a0a850f24f01fb385757a331eea9f093.tar.bz2
openocd+libswd-785115a6a0a850f24f01fb385757a331eea9f093.tar.xz
openocd+libswd-785115a6a0a850f24f01fb385757a331eea9f093.zip
arm9tdmi_common_t -> struct arm9tdmi_common
Remove misleading typedef and redundant suffix from struct arm9tdmi_common.
Diffstat (limited to 'src/target/arm920t.h')
-rw-r--r--src/target/arm920t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm920t.h b/src/target/arm920t.h
index b82c57b4..b2ab4598 100644
--- a/src/target/arm920t.h
+++ b/src/target/arm920t.h
@@ -27,7 +27,7 @@
struct arm920t_common
{
- arm9tdmi_common_t arm9tdmi_common;
+ struct arm9tdmi_common arm9tdmi_common;
uint32_t common_magic;
armv4_5_mmu_common_t armv4_5_mmu;
uint32_t cp15_control_reg;