]> git.sur5r.net Git - openocd/blobdiff - src/target/cortex_m.h
server, target, cortex_m: add deinit_target to the API to free resources
[openocd] / src / target / cortex_m.h
index 8a284bd9887f8ff90544e8b587fdbd667f15092e..28189e02e978f57690fcf7787b93690262e90ec1 100644 (file)
@@ -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 */