From 5cc4601c5f356af02571db240e2f70be908399f6 Mon Sep 17 00:00:00 2001 From: vpalatin Date: Thu, 21 Feb 2008 11:43:04 +0000 Subject: - 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 --- 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 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); -- cgit v1.2.3