X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fjtag%2Fbitbang.h;h=060b689d3f9984590adf3405c8eed28db2bf433d;hb=8d6dcb9d39f0f948ef44beff991337b830fc4567;hp=807929895caf28ddcc0813ab2a0a2e9b63696530;hpb=68c598e88d5e09728ea845a81ab279c615bbaf0f;p=openocd diff --git a/src/jtag/bitbang.h b/src/jtag/bitbang.h index 80792989..060b689d 100644 --- a/src/jtag/bitbang.h +++ b/src/jtag/bitbang.h @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * Copyright (C) 2007,2008 Øyvind Harboe * * oyvind.harboe@zylin.com * * * * This program is free software; you can redistribute it and/or modify * @@ -35,6 +35,6 @@ typedef struct bitbang_interface_s extern bitbang_interface_t *bitbang_interface; -extern int bitbang_execute_queue(void); +int bitbang_execute_queue(void); #endif /* BITBANG_H */