X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fbitbang.h;h=43268308e831ebec4f0049dfbc292d9d89679557;hp=52e113d8f1dd67aac20b5944a114ea1d5ed1c83a;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hpb=e971c7f4238030a362d3f17c4e519b402b3166cd diff --git a/src/jtag/drivers/bitbang.h b/src/jtag/drivers/bitbang.h index 52e113d8f1..43268308e8 100644 --- a/src/jtag/drivers/bitbang.h +++ b/src/jtag/drivers/bitbang.h @@ -16,9 +16,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifndef BITBANG_H @@ -45,6 +43,6 @@ int bitbang_execute_queue(void); extern struct bitbang_interface *bitbang_interface; void bitbang_switch_to_swd(void); -int bitbang_swd_switch_seq(struct adiv5_dap *dap, enum swd_special_seq seq); +int bitbang_swd_switch_seq(enum swd_special_seq seq); #endif /* BITBANG_H */