]> git.sur5r.net Git - openocd/blobdiff - src/target/arm7_9_common.h
avr32: work-in-progress
[openocd] / src / target / arm7_9_common.h
index a741c59003aad80d73be934236d597d36bf392f5..69ea22187c3ba2b1944cb7f1b803e4b9ba8daa57 100644 (file)
@@ -100,7 +100,7 @@ struct arm7_9_common
 
        void (*set_special_dbgrq)(struct target *target); /**< Function for setting DBGRQ if the normal way won't work */
 
-       void (*post_debug_entry)(struct target *target); /**< Callback function called after entering debug mode */
+       int (*post_debug_entry)(struct target *target); /**< Callback function called after entering debug mode */
 
        void (*pre_restore_context)(struct target *target); /**< Callback function called before restoring the processor context */
 };