cfg: ftdi icdi enable srst open drain config
[fw/openocd] / src / pld / virtex2.h
index 1b5865dd845476b6253e9850709bf0d47d250450..f2d2be280e765bdcb1d02713cb1d116c50d3b1a9 100644 (file)
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
 #ifndef VIRTEX2_H
 #define VIRTEX2_H
 
-#include "pld.h"
-#include "xilinx_bit.h"
+#include <jtag/jtag.h>
 
-typedef struct virtex2_pld_device_s
-{
-       int chain_pos;
-} virtex2_pld_device_t;
+struct virtex2_pld_device {
+       struct jtag_tap *tap;
+};
 
-#endif /* VIRTEX2_H */
+#endif /* VIRTEX2_H */