X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.c;h=2d06a0e98f5aaf8ce19702af626c195f11e1bbee;hp=7e422fb966ad404e9643a6b1f2f05bc8f1109e1c;hb=42ef503d37b18d907da16d26e99167566d5aabd1;hpb=9f212b01be20da43ba534ad33b20419779c89335 diff --git a/src/pld/virtex2.c b/src/pld/virtex2.c index 7e422fb966..2d06a0e98f 100644 --- a/src/pld/virtex2.c +++ b/src/pld/virtex2.c @@ -26,7 +26,7 @@ #include "pld.h" -static int virtex2_set_instr(jtag_tap_t *tap, uint32_t new_instr) +static int virtex2_set_instr(struct jtag_tap *tap, uint32_t new_instr) { if (tap == NULL) return ERROR_FAIL; @@ -209,7 +209,7 @@ COMMAND_HANDLER(virtex2_handle_read_stat_command) PLD_DEVICE_COMMAND_HANDLER(virtex2_pld_device_command) { - jtag_tap_t *tap; + struct jtag_tap *tap; virtex2_pld_device_t *virtex2_info;