]> git.sur5r.net Git - openocd/blobdiff - src/target/arm_dpm.h
target: remove unused TARGET_EVENT_OLD_* symbols
[openocd] / src / target / arm_dpm.h
index 06b548ecc1618a697ac908d4e436b8f49a1107b9..67ce2180edd65360b555cd409b10b5538c868a98 100644 (file)
@@ -61,6 +61,9 @@ struct arm_dpm {
        int (*instr_write_data_r0)(struct arm_dpm *,
                        uint32_t opcode, uint32_t data);
 
+       /** Optional core-specific operation invoked after CPSR writes. */
+       int (*instr_cpsr_sync)(struct arm_dpm *dpm);
+
        /* READ FROM CPU */
 
        /** Runs one instruction, reading data from dcc after execution. */