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