summaryrefslogtreecommitdiff
path: root/src/jtag/usbprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/usbprog.c')
-rw-r--r--src/jtag/usbprog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/usbprog.c b/src/jtag/usbprog.c
index 7abb0ca3..10dfe061 100644
--- a/src/jtag/usbprog.c
+++ b/src/jtag/usbprog.c
@@ -51,7 +51,7 @@
static int usbprog_execute_queue(void);
static int usbprog_speed(int speed);
-static int usbprog_register_commands(struct command_context_s *cmd_ctx);
+static int usbprog_register_commands(struct command_context *cmd_ctx);
static int usbprog_init(void);
static int usbprog_quit(void);
@@ -120,7 +120,7 @@ static int usbprog_speed(int speed)
return ERROR_OK;
}
-static int usbprog_register_commands(struct command_context_s *cmd_ctx)
+static int usbprog_register_commands(struct command_context *cmd_ctx)
{
return ERROR_OK;
}