target/armv7a: change prototype of armv7a_handle_cache_info_command()
[fw/openocd] / src / target / armv7a.h
index 9b1436c723a86732694c6d8fb4d70f691afc3b76..0ef04c162abf36fbb684a6b508f75bb9641b4c56 100644 (file)
@@ -192,7 +192,7 @@ int armv7a_arch_state(struct target *target);
 int armv7a_identify_cache(struct target *target);
 int armv7a_init_arch_info(struct target *target, struct armv7a_common *armv7a);
 
-int armv7a_handle_cache_info_command(struct command_context *cmd_ctx,
+int armv7a_handle_cache_info_command(struct command_invocation *cmd,
                struct armv7a_cache_common *armv7a_cache);
 int armv7a_read_ttbcr(struct target *target);