X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fusbprog.c;h=9eda6e08cffccdd4850e78d1c596a2ed6bffc520;hp=06a9673f96df6ecee89ddf24ff306ef84dd0dd90;hb=c07f0600ff3c77a00efaf4bdcd4dc3691f0421f6;hpb=af3f4a0bbefd796bd40602ae28f66dd373272e6a diff --git a/src/jtag/usbprog.c b/src/jtag/usbprog.c index 06a9673f96..9eda6e08cf 100644 --- a/src/jtag/usbprog.c +++ b/src/jtag/usbprog.c @@ -57,7 +57,7 @@ static int usbprog_quit(void); static void usbprog_end_state(tap_state_t state); static void usbprog_state_move(void); -static void usbprog_path_move(pathmove_command_t *cmd); +static void usbprog_path_move(struct pathmove_command *cmd); static void usbprog_runtest(int num_cycles); static void usbprog_scan(bool ir_scan, enum scan_type type, uint8_t *buffer, int scan_size); @@ -249,7 +249,7 @@ static void usbprog_state_move(void) tap_set_state(tap_get_end_state()); } -static void usbprog_path_move(pathmove_command_t *cmd) +static void usbprog_path_move(struct pathmove_command *cmd) { int num_states = cmd->num_states; int state_count;