]> git.sur5r.net Git - openocd/blobdiff - src/target/armv4_5_cache.h
cortex_m3: use register_commands()
[openocd] / src / target / armv4_5_cache.h
index 456a32d3711b6791e33062fe48490c45cebebd59..1a82b671cee2ec435889a85bfeb3401996c0b9ca 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "types.h"
 
-struct command_context_s;
+struct command_context;
 
 struct armv4_5_cachesize
 {
@@ -47,7 +47,7 @@ int armv4_5_identify_cache(uint32_t cache_type_reg,
 int armv4_5_cache_state(uint32_t cp15_control_reg,
                struct armv4_5_cache_common *cache);
 
-int armv4_5_handle_cache_info_command(struct command_context_s *cmd_ctx,
+int armv4_5_handle_cache_info_command(struct command_context *cmd_ctx,
                struct armv4_5_cache_common *armv4_5_cache);
 
 enum