X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpld%2Fvirtex2.h;h=f2d2be280e765bdcb1d02713cb1d116c50d3b1a9;hb=6f65045b3791525e99d09d07b5f9d8dd5aa511e5;hp=65ad74ab2d650b47d76100a15d3ba5a0499470ee;hpb=0b6c73ae8398964268d2df6f87347d9c59b04858;p=fw%2Fopenocd diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 65ad74ab2..f2d2be280 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -17,14 +17,14 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef VIRTEX2_H #define VIRTEX2_H -#include "jtag.h" +#include -typedef struct virtex2_pld_device_s -{ - jtag_tap_t *tap; -} virtex2_pld_device_t; +struct virtex2_pld_device { + struct jtag_tap *tap; +}; -#endif /* VIRTEX2_H */ +#endif /* VIRTEX2_H */