summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-08 10:49:58 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-08 10:49:58 +0000
commit46b3e72528cbda940b296e706abbfebb060105b2 (patch)
tree3edee74c8499bf4b8deedb2a00d3239e75acb3a4 /src/target/target.h
parent31e2500259c735590c918c16fb643a1c4b50a369 (diff)
downloadopenocd+libswd-46b3e72528cbda940b296e706abbfebb060105b2.tar.gz
openocd+libswd-46b3e72528cbda940b296e706abbfebb060105b2.tar.bz2
openocd+libswd-46b3e72528cbda940b296e706abbfebb060105b2.tar.xz
openocd+libswd-46b3e72528cbda940b296e706abbfebb060105b2.zip
- fix pre_resume script not being called
git-svn-id: svn://svn.berlios.de/openocd/trunk@771 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 05ea584f..6ee520bf 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -201,8 +201,7 @@ typedef struct target_s
enum target_reset_mode reset_mode; /* what to do after a reset */
int run_and_halt_time; /* how long the target should run after a run_and_halt reset */
u32 working_area; /* working area (initialized RAM). Evaluated
- upon first allocation from virtual/physical address.
- */
+ upon first allocation from virtual/physical address. */
u32 working_area_virt; /* virtual address */
u32 working_area_phys; /* physical address */
u32 working_area_size; /* size in bytes */
@@ -299,7 +298,6 @@ extern int target_free_working_area_restore(struct target_s *target, working_are
extern int target_free_all_working_areas(struct target_s *target);
extern int target_free_all_working_areas_restore(struct target_s *target, int restore);
-
extern target_t *targets;
extern target_event_callback_t *target_event_callbacks;
@@ -322,7 +320,6 @@ int target_arch_state(struct target_s *target);
int target_invoke_script(struct command_context_s *cmd_ctx, target_t *target, char *name);
-
#define ERROR_TARGET_INVALID (-300)
#define ERROR_TARGET_INIT_FAILED (-301)
#define ERROR_TARGET_TIMEOUT (-302)