]> git.sur5r.net Git - openocd/blobdiff - src/jtag/gw16012.c
command_context_t -> struct command_context
[openocd] / src / jtag / gw16012.c
index 1c5f65408e1047156ca5fbf00bd19b5af20d4bf7..e24c23a69b969ade9ffe355cd4460d324f94855e 100644 (file)
@@ -562,7 +562,7 @@ COMMAND_HANDLER(gw16012_handle_parport_port_command)
        return ERROR_OK;
 }
 
-static int gw16012_register_commands(struct command_context_s *cmd_ctx)
+static int gw16012_register_commands(struct command_context *cmd_ctx)
 {
        register_command(cmd_ctx, NULL, "parport_port",
                        gw16012_handle_parport_port_command, COMMAND_CONFIG,