From 30268bc40fb5f238b056a10b465cb9c13f466672 Mon Sep 17 00:00:00 2001 From: kc8apf Date: Wed, 20 May 2009 05:07:34 +0000 Subject: Author: Spencer Oliver - Bring the mips step/resume interrupt handling inline with the rest of openocd. git-svn-id: svn://svn.berlios.de/openocd/trunk@1850 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/mips32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/mips32.h') diff --git a/src/target/mips32.h b/src/target/mips32.h index 56c33faa..2eb82823 100644 --- a/src/target/mips32.h +++ b/src/target/mips32.h @@ -131,6 +131,7 @@ extern int mips32_save_context(target_t *target); extern reg_cache_t *mips32_build_reg_cache(target_t *target); extern int mips32_run_algorithm(struct target_s *target, int num_mem_params, mem_param_t *mem_params, int num_reg_params, reg_param_t *reg_params, u32 entry_point, u32 exit_point, int timeout_ms, void *arch_info); extern int mips32_configure_break_unit(struct target_s *target); +extern int mips32_enable_interrupts(struct target_s *target, int enable); extern int mips32_examine(struct target_s *target); extern int mips32_register_commands(struct command_context_s *cmd_ctx); -- cgit v1.2.3