]> git.sur5r.net Git - openocd/blobdiff - src/target/arm7tdmi.h
target read/write is no longer attempted for target_xxx() functions when the target...
[openocd] / src / target / arm7tdmi.h
index ca2df8b69ebdfe8d5cea1eca2a132e3d6f2b98bd..95b79385a94ed8ef5a46a3e2d1259ad426b313e4 100644 (file)
@@ -33,7 +33,6 @@ typedef struct arm7tdmi_common_s
 {
        int common_magic;
        char *variant;
-       int has_monitor_mode;
        void *arch_info;
        arm7_9_common_t arm7_9_common;
 } arm7tdmi_common_t;
@@ -41,6 +40,7 @@ typedef struct arm7tdmi_common_s
 int arm7tdmi_register_commands(struct command_context_s *cmd_ctx);
 int arm7tdmi_init_arch_info(target_t *target, arm7tdmi_common_t *arm7tdmi, int chain_pos, char *variant);
 int arm7tdmi_init_target(struct command_context_s *cmd_ctx, struct target_s *target);
+int arm7tdmi_examine(struct command_context_s *cmd_ctx, struct target_s *target);
 
 
 #endif /* ARM7TDMI_H */