X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m.h;h=28189e02e978f57690fcf7787b93690262e90ec1;hp=8a284bd9887f8ff90544e8b587fdbd667f15092e;hb=2d998c09446a230b669f0ea9771dabf2dbea2fe8;hpb=ebe9b7a6611210d185be88697457819f01df43ab diff --git a/src/target/cortex_m.h b/src/target/cortex_m.h index 8a284bd988..28189e02e9 100644 --- a/src/target/cortex_m.h +++ b/src/target/cortex_m.h @@ -210,5 +210,6 @@ int cortex_m_remove_watchpoint(struct target *target, struct watchpoint *watchpo void cortex_m_enable_breakpoints(struct target *target); void cortex_m_enable_watchpoints(struct target *target); void cortex_m_dwt_setup(struct cortex_m_common *cm, struct target *target); +void cortex_m_deinit_target(struct target *target); #endif /* CORTEX_M_H */