summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorvpalatin <vpalatin@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-21 11:43:04 +0000
committervpalatin <vpalatin@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-02-21 11:43:04 +0000
commit5cc4601c5f356af02571db240e2f70be908399f6 (patch)
treef42858e43f12d399cb2da65f5ec8a402424a1a8f /src/target/arm7_9_common.h
parenta5ab45af4e644869a542e9ed92699fde803e543c (diff)
downloadopenocd_libswd-5cc4601c5f356af02571db240e2f70be908399f6.tar.gz
openocd_libswd-5cc4601c5f356af02571db240e2f70be908399f6.tar.bz2
openocd_libswd-5cc4601c5f356af02571db240e2f70be908399f6.tar.xz
openocd_libswd-5cc4601c5f356af02571db240e2f70be908399f6.zip
- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)
git-svn-id: svn://svn.berlios.de/openocd/trunk@315 b42882b7-edfa-0310-969c-e2dbd0fdcd60
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 9d11dc2a..01b9242a 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -115,6 +115,7 @@ int arm7_9_prepare_reset_halt(struct target_s *target);
int arm7_9_halt(target_t *target);
int arm7_9_debug_entry(target_t *target);
int arm7_9_full_context(target_t *target);
+int arm7_9_restore_context(target_t *target);
int arm7_9_resume(struct target_s *target, int current, u32 address, int handle_breakpoints, int debug_execution);
int arm7_9_step(struct target_s *target, int current, u32 address, int handle_breakpoints);
int arm7_9_read_core_reg(struct target_s *target, int num, enum armv4_5_mode mode);