command_context_t -> struct command_context
[fw/openocd] / src / target / armv7a.h
index 1b4884c3fbd7754b6af37662667b88345c67df76..5cdffd864a74f5165e485fecdbf2f2620289bd8b 100644 (file)
@@ -152,7 +152,7 @@ struct armv7a_core_reg
 int armv7a_arch_state(struct target *target);
 struct reg_cache *armv7a_build_reg_cache(struct target *target,
                struct armv7a_common *armv7a_common);
-int armv7a_register_commands(struct command_context_s *cmd_ctx);
+int armv7a_register_commands(struct command_context *cmd_ctx);
 int armv7a_init_arch_info(struct target *target, struct armv7a_common *armv7a);
 
 /* map psr mode bits to linear number */