]> git.gag.com Git - fw/openocd/blobdiff - src/target/arm720t.c
command_t -> struct command
[fw/openocd] / src / target / arm720t.c
index bdbc8dd3d85ab6348e9963c9cee6aed1584ffac0..145c8d15fa0255b158632f97d7a2b4e1f56a5f5b 100644 (file)
@@ -493,7 +493,7 @@ static int arm720t_mcr(struct target *target, int cpnum, uint32_t op1, uint32_t
 static int arm720t_register_commands(struct command_context *cmd_ctx)
 {
        int retval;
-       command_t *arm720t_cmd;
+       struct command *arm720t_cmd;
 
 
        retval = arm7_9_register_commands(cmd_ctx);