X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=4cefdf4451cd323065690b3c0f5674d5248df487;hb=d31803d3d9bc4750ff34d14cffb809c916401d1e;hp=7bc6c5ebbca6e52855d3a002fea6ed6505f3ccaa;hpb=a28eaa85f73759bb189a46308642502c9fa5aa4b;p=openocd.git diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 7bc6c5ebbc..4cefdf4451 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -20,13 +20,11 @@ #ifndef VIRTEX2_H #define VIRTEX2_H -#include "types.h" -#include "pld.h" -#include "xilinx_bit.h" +#include -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 */