summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 09:43:03 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:13 -0800
commitaf949b2531d2a8863d077025db40cbb170d13a63 (patch)
treec8d57d3b5f220c6fbb6a9d6a1cb206cd2cfd85a9 /src/target/arm7_9_common.h
parentd0c19e0a9d51211953a363026c662d290542fe85 (diff)
downloadopenocd+libswd-af949b2531d2a8863d077025db40cbb170d13a63.tar.gz
openocd+libswd-af949b2531d2a8863d077025db40cbb170d13a63.tar.bz2
openocd+libswd-af949b2531d2a8863d077025db40cbb170d13a63.tar.xz
openocd+libswd-af949b2531d2a8863d077025db40cbb170d13a63.zip
armv4_5_common_t -> struct arm
Remove misleading typedef and just use struct arm.
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index eb4eb1a9..41858c68 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -154,6 +154,6 @@ void arm7_9_disable_eice_step(target_t *target);
int arm7_9_execute_sys_speed(struct target_s *target);
int arm7_9_init_arch_info(target_t *target, struct arm7_9_common *arm7_9);
-int arm7_9_get_arch_pointers(target_t *target, armv4_5_common_t **armv4_5_p, struct arm7_9_common **arm7_9_p);
+int arm7_9_get_arch_pointers(target_t *target, struct arm **armv4_5_p, struct arm7_9_common **arm7_9_p);
#endif /* ARM7_9_COMMON_H */