X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv4_5_cache.h;h=c529b458413345f80f668de6b51eb1a84ec5b933;hp=456a32d3711b6791e33062fe48490c45cebebd59;hb=f1f8d9a6c9b1fd35d79627b568faa2409f13311f;hpb=405a5df7860bf9c0465fce4ac517083a1f9c4a4b diff --git a/src/target/armv4_5_cache.h b/src/target/armv4_5_cache.h index 456a32d371..c529b45841 100644 --- a/src/target/armv4_5_cache.h +++ b/src/target/armv4_5_cache.h @@ -20,9 +20,9 @@ #ifndef ARMV4_5_CACHE_H #define ARMV4_5_CACHE_H -#include "types.h" +#include -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