X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fjtag%2Fminidummy%2Fjtag_minidriver.h;h=d50a80040ad8b181581827bc349fc0d632063e6f;hb=0b7720d2ffc92a1a27bc01cb05ebd7d8d83c427c;hp=59f352ebfd9ab45bc47f00e9c9cad2f359e81174;hpb=b90d7d12f1359899a1d690c7235311973e312739;p=openocd diff --git a/src/jtag/minidummy/jtag_minidriver.h b/src/jtag/minidummy/jtag_minidriver.h index 59f352eb..d50a8004 100644 --- a/src/jtag/minidummy/jtag_minidriver.h +++ b/src/jtag/minidummy/jtag_minidriver.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007-2008 by Øyvind Harboe * + * Copyright (C) 2007-2008 by Øyvind Harboe * * * * 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 * @@ -20,19 +20,19 @@ -static __inline__ void interface_jtag_add_dr_out_core(jtag_tap_t *target_tap, +static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *targettap, int num_fields, const int *num_bits, - const u32 *value, + const uint32_t *value, enum tap_state end_state) { /* synchronously do the operation here */ } -static __inline__ void interface_jtag_add_dr_out(jtag_tap_t *target_tap, +static __inline__ void interface_jtag_add_dr_out(struct jtag_tap *targettap, int num_fields, const int *num_bits, - const u32 *value, + const uint32_t *value, enum tap_state end_state) { /* synchronously do the operation here */