]> git.sur5r.net Git - openocd/blobdiff - src/target/arm7_9_common.h
TARGET/MIPS_EJTAG: review scope of functions
[openocd] / src / target / arm7_9_common.h
index 021238e06f166255ce5dab6deebcf0bfa95b6e88..71f9a9d54295a4131d31ff9f1d5a301eeebb0136 100644 (file)
@@ -103,9 +103,6 @@ struct arm7_9_common
        void (*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 */
-       void (*post_restore_context)(struct target *target); /**< Callback function called after restoring the processor context */
-
-
 };
 
 static inline struct arm7_9_common *
@@ -157,5 +154,6 @@ int arm7_9_execute_sys_speed(struct target *target);
 
 int arm7_9_init_arch_info(struct target *target, struct arm7_9_common *arm7_9);
 int arm7_9_examine(struct target *target);
+int arm7_9_check_reset(struct target *target);
 
 #endif /* ARM7_9_COMMON_H */