X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fbitbang.c;h=69c17298849007592828bd3d4d58529b0b84fd93;hb=445da543d8db868466dcef7e23f75b3c2b54bc72;hp=d62a5cd3bebcfccf461fe2ac7f3c45c96511654e;hpb=bee796b5b07a0f83ed0ad2360bad70d8409e1109;p=openocd.git diff --git a/src/jtag/bitbang.c b/src/jtag/bitbang.c index d62a5cd3be..69c1729884 100644 --- a/src/jtag/bitbang.c +++ b/src/jtag/bitbang.c @@ -91,7 +91,7 @@ static void bitbang_state_move(int skip) tap_set_state(tap_get_end_state()); } -static void bitbang_path_move(pathmove_command_t *cmd) +static void bitbang_path_move(struct pathmove_command *cmd) { int num_states = cmd->num_states; int state_count; @@ -230,7 +230,7 @@ static void bitbang_scan(bool ir_scan, enum scan_type type, uint8_t *buffer, int int bitbang_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;