X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm946e.h;h=64750af19ed642f37fbed548afe3b5c3b90c1f3a;hp=1837bad77b5b1422438c72f709b76280a4be4a17;hb=63687807ccad246754e2fc32518bf27d1ab02d6b;hpb=9c9c06b8aee907c547e80b472be900d152dae490 diff --git a/src/target/arm946e.h b/src/target/arm946e.h index 1837bad77b..64750af19e 100644 --- a/src/target/arm946e.h +++ b/src/target/arm946e.h @@ -35,6 +35,7 @@ struct arm946e_common { struct arm7_9_common arm7_9_common; int common_magic; uint32_t cp15_control_reg; + uint32_t cp15_cache_info; }; static inline struct arm946e_common *target_to_arm946(struct target *target)