]> 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 93bee0710d875dfa833ab8fbab0e8c8d3cc44262..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 *