summaryrefslogtreecommitdiff
path: root/src/pld/virtex2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pld/virtex2.h')
-rw-r--r--src/pld/virtex2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h
index 2714dd75..8e076045 100644
--- a/src/pld/virtex2.h
+++ b/src/pld/virtex2.h
@@ -22,9 +22,9 @@
#include "jtag.h"
-typedef struct virtex2_pld_device_s
+struct virtex2_pld_device
{
struct jtag_tap *tap;
-} virtex2_pld_device_t;
+};
#endif /* VIRTEX2_H */