]> git.sur5r.net Git - openocd/blobdiff - src/target/armv4_5_cache.h
arm_dpm: -Wshadow warning fix
[openocd] / src / target / armv4_5_cache.h
index 456a32d3711b6791e33062fe48490c45cebebd59..c529b458413345f80f668de6b51eb1a84ec5b933 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef ARMV4_5_CACHE_H
 #define ARMV4_5_CACHE_H
 
-#include "types.h"
+#include <helper/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