X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m3.h;h=0072e84b4525eaba7a2128ca6c68a8ed4d148e37;hb=2fdb19e918792683f6388418e250fdf8414f2704;hp=17c2b47ba126f059ef1089ecc87074e2aebc2c30;hpb=0fe2a5435a78ac32eddc2398cc95759c2211ea04;p=fw%2Fopenocd diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index 17c2b47ba..0072e84b4 100644 --- a/src/target/cortex_m3.h +++ b/src/target/cortex_m3.h @@ -173,7 +173,6 @@ 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);