]> git.sur5r.net Git - openocd/blobdiff - src/target/arm7tdmi.c
command_context_t -> struct command_context
[openocd] / src / target / arm7tdmi.c
index c4cda7de1780b66e763c7d6d69e10be6488bb372..029dce1c3db6259f372f6ef9f98340bf4cf1d282 100644 (file)
@@ -684,7 +684,7 @@ int arm7tdmi_examine(struct target *target)
        return ERROR_OK;
 }
 
-int arm7tdmi_init_target(struct command_context_s *cmd_ctx, struct target *target)
+int arm7tdmi_init_target(struct command_context *cmd_ctx, struct target *target)
 {
        arm7tdmi_build_reg_cache(target);