]> git.gag.com Git - fw/openocd/blobdiff - src/target/arm920t.c
command_t -> struct command
[fw/openocd] / src / target / arm920t.c
index cd63d7bdd517ee5c02c2cdae3be0203df41c5a09..dd742cacf73466201d81b0a22cabcb03fc1dd527 100644 (file)
@@ -1351,7 +1351,7 @@ static int arm920t_mcr(struct target *target, int cpnum, uint32_t op1, uint32_t
 int arm920t_register_commands(struct command_context *cmd_ctx)
 {
        int retval;
-       command_t *arm920t_cmd;
+       struct command *arm920t_cmd;
 
        retval = arm9tdmi_register_commands(cmd_ctx);