X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Famt_jtagaccel.c;h=f739dce039d6e848cf54f3584c5781c5104fd5b6;hb=378c29bfe502ce30c89fabbd0da98a3a47a6ab14;hp=2db90935f309232a46f126d1d2c8543357a2d68f;hpb=d2d75efb3929b0067f7dcb6f9973ec8c47948135;p=fw%2Fopenocd diff --git a/src/jtag/amt_jtagaccel.c b/src/jtag/amt_jtagaccel.c index 2db90935f..f739dce03 100644 --- a/src/jtag/amt_jtagaccel.c +++ b/src/jtag/amt_jtagaccel.c @@ -21,25 +21,13 @@ #include "config.h" #endif -#include "replacements.h" - #include "jtag.h" -/* system includes */ - -#ifdef _WIN32 -#include "errno.h" -#endif /* _WIN32 */ - -#include -#include #if PARPORT_USE_PPDEV == 1 #include #include -#include #include -#include #else /* not PARPORT_USE_PPDEV */ #ifndef _WIN32 #include @@ -49,12 +37,9 @@ #if PARPORT_USE_GIVEIO == 1 #if IS_CYGWIN == 1 #include -#include #endif #endif -#include "log.h" - /* configuration */ static u16 amt_jtagaccel_port; @@ -248,7 +233,7 @@ static void amt_jtagaccel_runtest(int num_cycles) amt_jtagaccel_state_move(); } -static void amt_jtagaccel_scan(int ir_scan, enum scan_type type, u8 *buffer, int scan_size) +static void amt_jtagaccel_scan(bool ir_scan, enum scan_type type, u8 *buffer, int scan_size) { int bits_left = scan_size; int bit_count = 0;