Ensure Cortex-M reset wakes device from sleep (wfi/wfe)
[fw/openocd] / src / target / arm946e.h
index 1837bad77b5b1422438c72f709b76280a4be4a17..64750af19ed642f37fbed548afe3b5c3b90c1f3a 100644 (file)
@@ -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)