jtag newtap change & huge manual update
[fw/openocd] / src / target / arm_jtag.h
index 227a8d58249c3a744e9b8df80812411e537de6e0..11f6bd611249e2fd6ec2f79f65aadb21c7abd3b4 100644 (file)
@@ -2,6 +2,9 @@
  *   Copyright (C) 2005 by Dominic Rath                                    *
  *   Dominic.Rath@gmx.de                                                   *
  *                                                                         *
+ *   Copyright (C) 2007,2008 Ã˜yvind Harboe                                 *
+ *   oyvind.harboe@zylin.com                                               *
+ *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
@@ -25,7 +28,7 @@
 
 typedef struct arm_jtag_s
 {
-       int chain_pos;
+       jtag_tap_t *tap;
        
        int scann_size;
        u32 scann_instr;