From ee519ab3562870aa5bb1bc79f3c24cb3b3074d65 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 11 Jan 2010 15:29:09 +0100 Subject: arm7/9: add fn to check if dcc downloads have been enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/target/arm7_9_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/arm7_9_common.h') 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 */ -- cgit v1.2.3