summaryrefslogtreecommitdiff
path: root/src/pld/virtex2.h
diff options
context:
space:
mode:
authorduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-30 22:25:43 +0000
committerduane <duane@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-11-30 22:25:43 +0000
commita28eaa85f73759bb189a46308642502c9fa5aa4b (patch)
tree93ed39ee8fe48131e227a01a788be91b88203064 /src/pld/virtex2.h
parent91afc3dc3083a3d4f6a4104a5132d87c8ec03c7f (diff)
downloadopenocd_libswd-a28eaa85f73759bb189a46308642502c9fa5aa4b.tar.gz
openocd_libswd-a28eaa85f73759bb189a46308642502c9fa5aa4b.tar.bz2
openocd_libswd-a28eaa85f73759bb189a46308642502c9fa5aa4b.tar.xz
openocd_libswd-a28eaa85f73759bb189a46308642502c9fa5aa4b.zip
jtag newtap change & huge manual update
git-svn-id: svn://svn.berlios.de/openocd/trunk@1194 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/pld/virtex2.h')
-rw-r--r--src/pld/virtex2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pld/virtex2.h b/src/pld/virtex2.h
index 1b5865dd..7bc6c5eb 100644
--- a/src/pld/virtex2.h
+++ b/src/pld/virtex2.h
@@ -20,12 +20,13 @@
#ifndef VIRTEX2_H
#define VIRTEX2_H
+#include "types.h"
#include "pld.h"
#include "xilinx_bit.h"
typedef struct virtex2_pld_device_s
{
- int chain_pos;
+ jtag_tap_t *tap;
} virtex2_pld_device_t;
#endif /* VIRTEX2_H */