command_t -> struct command
[fw/openocd] / src / flash / lpc2900.c
index 4cf20921655cc1cb7d4a7d212afe1d95fe5a937f..739ac43bdd159654cd1fdc5bc80391ef3843e2d9 100644 (file)
@@ -954,7 +954,7 @@ COMMAND_HANDLER(lpc2900_handle_secure_jtag_command)
  */
 static int lpc2900_register_commands(struct command_context *cmd_ctx)
 {
-       command_t *lpc2900_cmd = register_command(cmd_ctx, NULL, "lpc2900",
+       struct command *lpc2900_cmd = register_command(cmd_ctx, NULL, "lpc2900",
                                                  NULL, COMMAND_ANY, NULL);
 
        register_command(