summaryrefslogtreecommitdiff
path: root/src/target/arm_jtag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm_jtag.h')
-rw-r--r--src/target/arm_jtag.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/arm_jtag.h b/src/target/arm_jtag.h
index 6e523fba..f2f55878 100644
--- a/src/target/arm_jtag.h
+++ b/src/target/arm_jtag.h
@@ -21,6 +21,7 @@
#define ARM_JTAG
#include "types.h"
+#include "jtag.h"
typedef struct arm_jtag_s
{
@@ -33,7 +34,7 @@ typedef struct arm_jtag_s
u32 intest_instr;
} arm_jtag_t;
-extern int arm_jtag_set_instr(arm_jtag_t *jtag_info, u32 new_instr);
+extern int arm_jtag_set_instr(arm_jtag_t *jtag_info, u32 new_instr, error_handler_t *error_handler);
extern int arm_jtag_scann(arm_jtag_t *jtag_info, u32 new_scan_chain);
extern int arm_jtag_setup_connection(arm_jtag_t *jtag_info);