X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fpld%2Fvirtex2.h;h=8e0760454b87a6b6567ff81ce47606f17de0f19d;hb=c4992c6d863d0ead91d84d19bbfe1643d720b205;hp=65ad74ab2d650b47d76100a15d3ba5a0499470ee;hpb=0b6c73ae8398964268d2df6f87347d9c59b04858;p=openocd.git diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 65ad74ab2d..8e0760454b 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -22,9 +22,9 @@ #include "jtag.h" -typedef struct virtex2_pld_device_s +struct virtex2_pld_device { - jtag_tap_t *tap; -} virtex2_pld_device_t; + struct jtag_tap *tap; +}; #endif /* VIRTEX2_H */