*/
struct dtc_reply_queue_entry {
- struct dtc_reply_queue_entry_s *next;
- jtag_struct command *cmd; /* the command that resulted in this entry */
+ struct dtc_reply_queue_entry *next;
+ struct jtag_command *cmd; /* the command that resulted in this entry */
struct {
uint8_t *buffer; /* the scan buffer */
int size,
int offset,
int length,
- jtag_struct command *cmd
+ struct jtag_command *cmd
) {
struct dtc_reply_queue_entry *rq_entry;
static
int
rlink_scan(
- jtag_struct command *cmd,
+ struct jtag_command *cmd,
enum scan_type type,
uint8_t *buffer,
int scan_size
static
int rlink_execute_queue(void)
{
- jtag_struct command *cmd = jtag_command_queue; /* currently processed command */
+ struct jtag_command *cmd = jtag_command_queue; /* currently processed command */
int scan_size;
enum scan_type type;
uint8_t *buffer;