X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpld%2Fvirtex2.h;h=4cefdf4451cd323065690b3c0f5674d5248df487;hb=cb4a475f6c26ff197cd9d601b0b9f86653d961a2;hp=2714dd75d9296873c6d98dad1975bf53d1004241;hpb=42ef503d37b18d907da16d26e99167566d5aabd1;p=fw%2Fopenocd diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h index 2714dd75d..4cefdf445 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 */