]> git.sur5r.net Git - openocd/blobdiff - src/target/arm_adi_v5.h
arm_adi_v5: Split ahbap_debugport_init
[openocd] / src / target / arm_adi_v5.h
index faf725fca816c52c19d2e9f0569ef6eca186f245..8672036fa3fdff9a2a23bcf6af56897beb6dcb5e 100644 (file)
@@ -488,7 +488,8 @@ int mem_ap_sel_write_buf_noincr(struct adiv5_ap *ap,
 struct adiv5_dap *dap_init(void);
 
 /* Initialisation of the debug system, power domains and registers */
-int ahbap_debugport_init(struct adiv5_ap *ap);
+int dap_dp_init(struct adiv5_dap *dap);
+int mem_ap_init(struct adiv5_ap *ap);
 
 /* Probe the AP for ROM Table location */
 int dap_get_debugbase(struct adiv5_ap *ap,