]> 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 104d1e032a89f6206b2d7a1e04a04b99a02d42d8..95b79385a94ed8ef5a46a3e2d1259ad426b313e4 100644 (file)
@@ -40,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 */