]> git.sur5r.net Git - openocd/blobdiff - src/target/armv4_5_cache.c
command_context_t -> struct command_context
[openocd] / src / target / armv4_5_cache.c
index 793979e51d99cc3108032e0cd7a061f36569fadd..58fc0c1d52c09a6e36631947e8619b251135ae4c 100644 (file)
@@ -87,7 +87,7 @@ int armv4_5_identify_cache(uint32_t cache_type_reg, struct armv4_5_cache_common
        return ERROR_OK;
 }
 
-int armv4_5_handle_cache_info_command(struct command_context_s *cmd_ctx, struct armv4_5_cache_common *armv4_5_cache)
+int armv4_5_handle_cache_info_command(struct command_context *cmd_ctx, struct armv4_5_cache_common *armv4_5_cache)
 {
        if (armv4_5_cache->ctype == -1)
        {