aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/stlink/stlink_layout.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-10-15 12:34:46 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-12-23 21:37:50 +0000
commita047d87196e829b927b4dc5281981d011fb4c586 (patch)
tree94cf146c8287d27e76b2f077ad059c7be3df6e2f /src/jtag/stlink/stlink_layout.h
parentb7ea4a616279e2d8d315b2463dc5cf5bbeaf78fc (diff)
stlink: use common layout
Even though the stlinkv1 and stlinkv2 use different usb classes they share the same layout scheme. Merge the two into a common layout, thus enabling us to support other adapter layouts. Change-Id: I7d02c44a7f94ebc7f2cb5428b02ee40294fb430d Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/918 Tested-by: jenkins
Diffstat (limited to 'src/jtag/stlink/stlink_layout.h')
-rw-r--r--src/jtag/stlink/stlink_layout.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag/stlink/stlink_layout.h b/src/jtag/stlink/stlink_layout.h
index 905105a0..8d2a98ac 100644
--- a/src/jtag/stlink/stlink_layout.h
+++ b/src/jtag/stlink/stlink_layout.h
@@ -75,8 +75,6 @@ struct stlink_layout {
/** */
char *name;
/** */
- int type;
- /** */
int (*open) (struct stlink_interface_s *stlink_if);
/** */
int (*close) (struct stlink_interface_s *stlink_if);