aboutsummaryrefslogtreecommitdiff
path: root/src/target/openrisc/or1k_du.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/openrisc/or1k_du.h')
-rw-r--r--src/target/openrisc/or1k_du.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/target/openrisc/or1k_du.h b/src/target/openrisc/or1k_du.h
index 564241d8..f5ee3643 100644
--- a/src/target/openrisc/or1k_du.h
+++ b/src/target/openrisc/or1k_du.h
@@ -73,5 +73,9 @@ static inline struct or1k_du *or1k_to_du(struct or1k_common *or1k)
return (struct or1k_du *)jtag->du_core;
}
+int or1k_adv_jtag_jsp_xfer(struct or1k_jtag *jtag_info,
+ int *out_len, unsigned char *out_buffer,
+ int *in_len, unsigned char *in_buffer);
+
#endif