]> git.sur5r.net Git - openocd/blobdiff - src/flash/str9xpec.h
jtag newtap change & huge manual update
[openocd] / src / flash / str9xpec.h
index dcc90118ad1f2eae14d160c73b8c7837372c806a..de19b625d5be06116d445f0bd278f63576d466d5 100644 (file)
@@ -2,6 +2,9 @@
  *   Copyright (C) 2005 by Dominic Rath                                    *
  *   Dominic.Rath@gmx.de                                                   *
  *                                                                         *
+ *   Copyright (C) 2008 by Spencer Oliver                                  *
+ *   spen@spen-soft.co.uk                                                  *
+ *                                                                         *
  *   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 str9xpec_flash_controller_s
 {
+       jtag_tap_t *tap;
        u32 *sector_bits;
        int chain_pos;
        int isc_enable;
-       jtag_device_t* devarm;
        u8 options[8];
 } str9xpec_flash_controller_t;