aboutsummaryrefslogtreecommitdiff
path: root/src/pld/virtex2.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:14:57 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:08 -0800
commitdb08ab8a792a09399d2ffe362f580683ff102707 (patch)
tree7e98fa8b4b468047a949272d3a8938fb959cc72c /src/pld/virtex2.h
parentcd4c0598060dc6539604c9cad8cb645aa14b4ab1 (diff)
downloadriscv-openocd-db08ab8a792a09399d2ffe362f580683ff102707.zip
riscv-openocd-db08ab8a792a09399d2ffe362f580683ff102707.tar.gz
riscv-openocd-db08ab8a792a09399d2ffe362f580683ff102707.tar.bz2
virtex2_pld_device_t -> struct virtex2_pld_device
Remove misleading typedef and redundant suffix from struct virtex2_pld_device.
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 2714dd7..8e07604 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 */