X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fgw16012.c;h=1c5f65408e1047156ca5fbf00bd19b5af20d4bf7;hb=ccde06a08fbf9c4f57b321dbec0509f73239c2de;hp=dfc07be2ae39a8447b889b52556c6460804e1724;hpb=9f535f9af7c6b7e8843033049a6da0f6d76d513b;p=openocd.git diff --git a/src/jtag/gw16012.c b/src/jtag/gw16012.c index dfc07be2ae..1c5f65408e 100644 --- a/src/jtag/gw16012.c +++ b/src/jtag/gw16012.c @@ -183,7 +183,7 @@ static void gw16012_state_move(void) tap_set_state(tap_get_end_state()); } -static void gw16012_path_move(pathmove_command_t *cmd) +static void gw16012_path_move(struct pathmove_command *cmd) { int num_states = cmd->num_states; int state_count; @@ -312,7 +312,7 @@ static void gw16012_scan(bool ir_scan, enum scan_type type, uint8_t *buffer, int static int gw16012_execute_queue(void) { - jtag_command_t *cmd = jtag_command_queue; /* currently processed command */ + struct jtag_command *cmd = jtag_command_queue; /* currently processed command */ int scan_size; enum scan_type type; uint8_t *buffer;