summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-01-11 15:29:09 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-01-13 12:00:02 +0100
commitee519ab3562870aa5bb1bc79f3c24cb3b3074d65 (patch)
treef7c015bdceb60aed1fb098980205a6ec5a3c4cb9 /src/target/arm7_9_common.h
parentdc793455e9a04be556b0b25eb1513ecbb7be3f51 (diff)
downloadopenocd+libswd-ee519ab3562870aa5bb1bc79f3c24cb3b3074d65.tar.gz
openocd+libswd-ee519ab3562870aa5bb1bc79f3c24cb3b3074d65.tar.bz2
openocd+libswd-ee519ab3562870aa5bb1bc79f3c24cb3b3074d65.tar.xz
openocd+libswd-ee519ab3562870aa5bb1bc79f3c24cb3b3074d65.zip
arm7/9: add fn to check if dcc downloads have been enabled
DCC downloads should be enabled for any self repecting openocd config file for arm7/9. Print out note about it otherwise. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index 021238e0..93bee071 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -157,5 +157,6 @@ int arm7_9_execute_sys_speed(struct target *target);
int arm7_9_init_arch_info(struct target *target, struct arm7_9_common *arm7_9);
int arm7_9_examine(struct target *target);
+int arm7_9_check_reset(struct target *target);
#endif /* ARM7_9_COMMON_H */