X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m3.h;h=d51c4a490f5bf363a9a96c361fca3061c538e038;hb=b930514e2f3e2a83e075e8c19ae0d38bbd2b27dc;hp=7061d668ab1607fafd24a38a9537da684916ea2b;hpb=8c290412d28f9eef568dac0cfc20ccd4a9eca4d5;p=openocd.git diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index 7061d668ab..d51c4a490f 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -197,6 +197,7 @@ int cortex_m3_step(struct target_s *target, int current, u32 address, int handle int cortex_m3_assert_reset(target_t *target); int cortex_m3_deassert_reset(target_t *target); int cortex_m3_soft_reset_halt(struct target_s *target); +int cortex_m3_prepare_reset_halt(struct target_s *target); int cortex_m3_read_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer); int cortex_m3_write_memory(struct target_s *target, u32 address, u32 size, u32 count, u8 *buffer);