summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:41:29 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:10 -0800
commit248448ee3a5f4f97307f1d5af4ef940529478a34 (patch)
treeae616369675a8917cd1859d3fe0f98e1ab832d40 /src/target/cortex_a8.h
parentf6dae0cf84de26846a18f3fcaea842ccd898a5c1 (diff)
downloadopenocd_libswd-248448ee3a5f4f97307f1d5af4ef940529478a34.tar.gz
openocd_libswd-248448ee3a5f4f97307f1d5af4ef940529478a34.tar.bz2
openocd_libswd-248448ee3a5f4f97307f1d5af4ef940529478a34.tar.xz
openocd_libswd-248448ee3a5f4f97307f1d5af4ef940529478a34.zip
armv7a_common_t -> struct armv7a_common
Remove misleading typedef and redundant suffix from struct armv7a_common.
Diffstat (limited to 'src/target/cortex_a8.h')
-rw-r--r--src/target/cortex_a8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h
index 02cf797f..8216ffbb 100644
--- a/src/target/cortex_a8.h
+++ b/src/target/cortex_a8.h
@@ -133,7 +133,7 @@ typedef struct cortex_a8_common_s
/* Use cortex_a8_read_regs_through_mem for fast register reads */
int fast_reg_read;
- armv7a_common_t armv7a_common;
+ struct armv7a_common armv7a_common;
} cortex_a8_common_t;
static inline struct cortex_a8_common_s *