X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=8e0760454b87a6b6567ff81ce47606f17de0f19d;hp=2714dd75d9296873c6d98dad1975bf53d1004241;hb=db08ab8a792a09399d2ffe362f580683ff102707;hpb=42ef503d37b18d907da16d26e99167566d5aabd1 diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 2714dd75d9..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 { struct jtag_tap *tap; -} virtex2_pld_device_t; +}; #endif /* VIRTEX2_H */