X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_adi_v5.h;h=56b6206da9619a1e02a2fd7e7e067721bc7378b7;hb=9ac7cdec82c19481b79f2effcefb7106dd7ade41;hp=5f2c96977e604da8c9082d6e4606d2a32517a584;hpb=f96d6054e65708e7abdceac673f1a18fec3204b6;p=openocd.git diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 5f2c96977e..56b6206da9 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -79,12 +79,12 @@ struct swjdp_reg { int addr; - arm_jtag_t *jtag_info; + struct arm_jtag *jtag_info; }; struct swjdp_common { - arm_jtag_t *jtag_info; + struct arm_jtag *jtag_info; /* Control config */ uint32_t dp_ctrl_stat; /* Support for several AP's in one DAP */ @@ -156,7 +156,7 @@ int ahbap_debugport_init(struct swjdp_common *swjdp); /* Commands for user dap access */ -int dap_info_command(struct command_context_s *cmd_ctx, +int dap_info_command(struct command_context *cmd_ctx, struct swjdp_common *swjdp, int apsel); #define DAP_COMMAND_HANDLER(name) \