summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-16 09:17:22 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-04-16 09:17:22 +0000
commitc333611f2b15e7f4e9462f7d4376bbf922bf65a4 (patch)
tree15c20daf0b6378007cdff388c87c678b00395322 /src/target/arm7_9_common.h
parentc9dfba18668b336b4067e80355b3d79d828a3258 (diff)
downloadopenocd_libswd-c333611f2b15e7f4e9462f7d4376bbf922bf65a4.tar.gz
openocd_libswd-c333611f2b15e7f4e9462f7d4376bbf922bf65a4.tar.bz2
openocd_libswd-c333611f2b15e7f4e9462f7d4376bbf922bf65a4.tar.xz
openocd_libswd-c333611f2b15e7f4e9462f7d4376bbf922bf65a4.zip
Update Embedded ICE registers explicitly during target->type->examine() instead
of as a side effect of target->type->poll(). This makes it clearer when things happen during reset/examine. git-svn-id: svn://svn.berlios.de/openocd/trunk@585 b42882b7-edfa-0310-969c-e2dbd0fdcd60
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 b95516e6..21992faf 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -53,7 +53,6 @@ typedef struct arm7_9_common_s
int has_monitor_mode;
int has_vector_catch;
- int reinit_embeddedice;
int debug_entry_from_reset;
struct working_area_s *dcc_working_area;
@@ -105,6 +104,7 @@ int arm7_9_poll(target_t *target);
int arm7_9_target_request_data(target_t *target, u32 size, u8 *buffer);
+int arm7_9_setup(target_t *target);
int arm7_9_assert_reset(target_t *target);
int arm7_9_deassert_reset(target_t *target);
int arm7_9_reset_request_halt(target_t *target);