X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_adi_v5.h;h=bf9cb5ccee51a208fdda3ce8f9a4ef8fc77209fa;hb=097aa2979e0eefa822d4a16f055dcf9fc31e3dde;hp=3220d8b6d27e12c260b43a6a80cd8a9d426a6241;hpb=1d8b6b743416bfda8f82c80aa2278c2d88e2afaa;p=openocd.git diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h index 3220d8b6d2..bf9cb5ccee 100644 --- a/src/target/arm_adi_v5.h +++ b/src/target/arm_adi_v5.h @@ -504,4 +504,10 @@ int dap_to_jtag(struct target *target); extern const struct command_registration dap_command_handlers[]; +struct adiv5_private_config { + int ap_num; +}; + +extern int adiv5_jim_configure(struct target *target, Jim_GetOptInfo *goi); + #endif /* OPENOCD_TARGET_ARM_ADI_V5_H */