X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fcommands.h;h=c0375964cdd30b8d815b6d88352cf8561b3e7967;hp=947c94725a535d6738b74315cd3cfd45494f4cbb;hb=8b66c96974cafa24ebcd2739aae5e1a5a64fdf22;hpb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0 diff --git a/src/jtag/commands.h b/src/jtag/commands.h index 947c94725a..c0375964cd 100644 --- a/src/jtag/commands.h +++ b/src/jtag/commands.h @@ -168,6 +168,7 @@ void *cmd_queue_alloc(size_t size); void jtag_queue_command(struct jtag_command *cmd); void jtag_command_queue_reset(void); +void jtag_scan_field_clone(struct scan_field *dst, const struct scan_field *src); enum scan_type jtag_scan_type(const struct scan_command *cmd); int jtag_scan_size(const struct scan_command *cmd); int jtag_read_buffer(uint8_t *buffer, const struct scan_command *cmd);