]> git.gag.com Git - fw/openocd/blobdiff - src/target/xscale.c
command_t -> struct command
[fw/openocd] / src / target / xscale.c
index 73c1ba1cc2d2c7b8d2931ae8fc4648b4005db7f3..ca3ea2ae89ffe4a31029e632fcf9b031eb1d7f1c 100644 (file)
@@ -3577,7 +3577,7 @@ COMMAND_HANDLER(xscale_handle_cp15)
 
 static int xscale_register_commands(struct command_context *cmd_ctx)
 {
-       command_t *xscale_cmd;
+       struct command *xscale_cmd;
 
        xscale_cmd = register_command(cmd_ctx, NULL, "xscale", NULL, COMMAND_ANY, "xscale specific commands");