Finish transforming 'u32' to 'uint32_t'.
[fw/openocd] / src / pld / virtex2.h
index 1b5865dd845476b6253e9850709bf0d47d250450..65ad74ab2d650b47d76100a15d3ba5a0499470ee 100644 (file)
 #ifndef VIRTEX2_H
 #define VIRTEX2_H
 
-#include "pld.h"
-#include "xilinx_bit.h"
+#include "jtag.h"
 
 typedef struct virtex2_pld_device_s
 {
-       int chain_pos;
+  jtag_tap_t *tap;
 } virtex2_pld_device_t;
 
 #endif /* VIRTEX2_H */