X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=4cefdf4451cd323065690b3c0f5674d5248df487;hb=36df240cea04990e8c18aa0b90bd63374f22dbd3;hp=1b5865dd845476b6253e9850709bf0d47d250450;hpb=e9297b40b994f071474210e7d9e224d50e25fcaf;p=fw%2Fopenocd diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 1b5865dd8..4cefdf445 100644 --- a/src/pld/virtex2.h +++ b/src/pld/virtex2.h @@ -20,12 +20,11 @@ #ifndef VIRTEX2_H #define VIRTEX2_H -#include "pld.h" -#include "xilinx_bit.h" +#include -typedef struct virtex2_pld_device_s +struct virtex2_pld_device { - int chain_pos; -} virtex2_pld_device_t; + struct jtag_tap *tap; +}; #endif /* VIRTEX2_H */