- stm32 flash driver correctly handles early silicon
[fw/openocd] / src / target / arm966e.h
index dee06765229d965f2ecda87f20fabe993064f56c..7169820bae2d93e08ff266e459e317c096127672 100644 (file)
@@ -33,7 +33,9 @@ typedef struct arm966e_common_s
        int common_magic;
        arm9tdmi_common_t arm9tdmi_common;
        u32 cp15_control_reg;
-       int monitor_mode_set;
 } arm966e_common_t;
 
+extern int arm966e_read_cp15(target_t *target, int reg_addr, u32 *value);
+extern int arm966e_write_cp15(target_t *target, int reg_addr, u32 value);
+
 #endif /* ARM966E_H */