remove register_commands from etm_capture_driver
[fw/openocd] / src / target / arm_adi_v5.h
index 486d29f407f0d9c829ffb680d578e9a4b98e4832..a78193c6d0dd8ed076b4216d5001b7917621c5ba 100644 (file)
@@ -23,8 +23,6 @@
 #ifndef ARM_ADI_V5_H
 #define ARM_ADI_V5_H
 
-#include "target.h"
-#include "register.h"
 #include "arm_jtag.h"
 
 #define DAP_IR_DPACC   0xA
@@ -156,7 +154,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) \