X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=f2d2be280e765bdcb1d02713cb1d116c50d3b1a9;hp=7bc6c5ebbca6e52855d3a002fea6ed6505f3ccaa;hb=13288a44bee0aa26067cb51c262b82a12b61699f;hpb=a28eaa85f73759bb189a46308642502c9fa5aa4b diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 7bc6c5ebbc..f2d2be280e 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -17,16 +17,14 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef VIRTEX2_H #define VIRTEX2_H -#include "types.h" -#include "pld.h" -#include "xilinx_bit.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 */