]> git.sur5r.net Git - openocd/blobdiff - src/target/arm7_9_common.h
jtag: remove unecessary usage of jtag_get_end_state().
[openocd] / src / target / arm7_9_common.h
index 9cf8b417920cd61b2ec8a7c10580235720642515..71f9a9d54295a4131d31ff9f1d5a301eeebb0136 100644 (file)
@@ -29,8 +29,8 @@
 #ifndef ARM7_9_COMMON_H
 #define ARM7_9_COMMON_H
 
-#include "armv4_5.h"
-#include <target/arm_jtag.h>
+#include "arm.h"
+#include "arm_jtag.h"
 
 #define        ARM7_9_COMMON_MAGIC 0x0a790a79 /**< */
 
@@ -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 */