- explicitly disable monitor mode on ARM7/9 targets
[fw/openocd] / src / target / target.h
index d340a77800d650fa9852746d59440f67396bafe8..9ab3d19adb82da28da4b31cedafbd752213bf920 100644 (file)
@@ -110,6 +110,7 @@ typedef struct target_type_s
        int (*assert_reset)(struct target_s *target);
        int (*deassert_reset)(struct target_s *target);
        int (*soft_reset_halt)(struct target_s *target);
+       int (*prepare_reset_halt)(struct target_s *target);
        
        /* target register access for gdb */
        int (*get_gdb_reg_list)(struct target_s *target, struct reg_s **reg_list[], int *reg_list_size);