summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:44:30 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:12 -0800
commit46fc1d57ac9462fd788277609707a379c7a406cb (patch)
tree7dc71959d1ca261a8a49a01579d46097284e332b /src/target/arm7_9_common.h
parentc2b5d8a6fa72ce6b0fed1e612d4fe5e4b54ba45a (diff)
downloadopenocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.tar.gz
openocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.tar.bz2
openocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.tar.xz
openocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.zip
working_area_t -> struct working_area
Remove misleading typedef and redundant suffix from struct working_area.
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 cebf6e3c..0ef5eb64 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -69,7 +69,7 @@ struct arm7_9_common
bool fast_memory_access;
bool dcc_downloads;
- struct working_area_s *dcc_working_area;
+ struct working_area *dcc_working_area;
int (*examine_debug_reason)(target_t *target); /**< Function for determining why debug state was entered */