]> git.sur5r.net Git - openocd/blobdiff - src/jtag/bitbang.h
Include config.h in pregenerated rlink_speed_table.c source.
[openocd] / src / jtag / bitbang.h
index 7049f4353d596cf5be419df26da2cb8cebe3f81a..807929895caf28ddcc0813ab2a0a2e9b63696530 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     *
@@ -27,6 +30,7 @@ typedef struct bitbang_interface_s
        int (*read)(void);
        void (*write)(int tck, int tms, int tdi);
        void (*reset)(int trst, int srst);
+       void (*blink)(int on);
 } bitbang_interface_t;
 
 extern bitbang_interface_t *bitbang_interface;