stm32.cfg can expect one of 4 id's.
[fw/openocd] / src / target / arm_jtag.h
index 227a8d58249c3a744e9b8df80812411e537de6e0..da004fcef371f26e4221aae29ab90a840f9c4d80 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     *
 
 typedef struct arm_jtag_s
 {
-       int chain_pos;
+       jtag_tap_t *tap;
        
-       int scann_size;
+       u32 scann_size;
        u32 scann_instr;
-       int cur_scan_chain;
+       u32 cur_scan_chain;
        
        u32 intest_instr;
 } arm_jtag_t;