aboutsummaryrefslogtreecommitdiff
path: root/src/pld/virtex2.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-27 16:45:29 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-02-06 10:42:40 +0000
commitc4f2a018a594d5cc93f557e30a7906641b59ec56 (patch)
treebbf56c968ea688de68a33fb03ffa3df418419d3f /src/pld/virtex2.h
parent250dc580561269737ca9a87ef92cb6aaa4570842 (diff)
build: cleanup src/pld directory
Change-Id: I9edb027c76e5d7fe21d557a11e6a9691fa581e86 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/408 Tested-by: jenkins
Diffstat (limited to 'src/pld/virtex2.h')
-rw-r--r--src/pld/virtex2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h
index 4cefdf44..f2d2be28 100644
--- a/src/pld/virtex2.h
+++ b/src/pld/virtex2.h
@@ -17,14 +17,14 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
+
#ifndef VIRTEX2_H
#define VIRTEX2_H
#include <jtag/jtag.h>
-struct virtex2_pld_device
-{
- struct jtag_tap *tap;
+struct virtex2_pld_device {
+ struct jtag_tap *tap;
};
-#endif /* VIRTEX2_H */
+#endif /* VIRTEX2_H */