X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=8e0760454b87a6b6567ff81ce47606f17de0f19d;hb=94f5ed90f1832e81803713f4364de586a69247d4;hp=1b5865dd845476b6253e9850709bf0d47d250450;hpb=e9297b40b994f071474210e7d9e224d50e25fcaf;p=openocd.git diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 1b5865dd84..8e0760454b 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 "jtag.h" -typedef struct virtex2_pld_device_s +struct virtex2_pld_device { - int chain_pos; -} virtex2_pld_device_t; + struct jtag_tap *tap; +}; #endif /* VIRTEX2_H */