X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=4cefdf4451cd323065690b3c0f5674d5248df487;hb=a17907d1067be45bd2aa4cc9bd108eccaf2e4df2;hp=2714dd75d9296873c6d98dad1975bf53d1004241;hpb=42ef503d37b18d907da16d26e99167566d5aabd1;p=openocd.git diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 2714dd75d9..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 { struct jtag_tap *tap; -} virtex2_pld_device_t; +}; #endif /* VIRTEX2_H */