summaryrefslogtreecommitdiff
path: root/src/target/arm720t.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:40:06 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commit8e77975b92a75d392727339eccd6cc7898628ebb (patch)
tree3f90a6452868de69a28d393afd062dc63aff22a5 /src/target/arm720t.h
parent8012b3963fc49c7edf87f31a93bc0039095f5b59 (diff)
downloadopenocd+libswd-8e77975b92a75d392727339eccd6cc7898628ebb.tar.gz
openocd+libswd-8e77975b92a75d392727339eccd6cc7898628ebb.tar.bz2
openocd+libswd-8e77975b92a75d392727339eccd6cc7898628ebb.tar.xz
openocd+libswd-8e77975b92a75d392727339eccd6cc7898628ebb.zip
arm7tdmi_common_t -> struct arm7tdmi_common
Remove misleading typedef and redundant suffix from struct arm7tdmi_common.
Diffstat (limited to 'src/target/arm720t.h')
-rw-r--r--src/target/arm720t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm720t.h b/src/target/arm720t.h
index 25c682a0..c5e28091 100644
--- a/src/target/arm720t.h
+++ b/src/target/arm720t.h
@@ -27,7 +27,7 @@
struct arm720t_common
{
- arm7tdmi_common_t arm7tdmi_common;
+ struct arm7tdmi_common arm7tdmi_common;
uint32_t common_magic;
armv4_5_mmu_common_t armv4_5_mmu;
uint32_t cp15_control_reg;