]> git.gag.com Git - fw/openocd/blobdiff - src/target/target.h
Ensure Cortex-M reset wakes device from sleep (wfi/wfe)
[fw/openocd] / src / target / target.h
index a610cd034380d9e8bd9e4a07d99d4e0f18ceb5d1..9707bcc93ad152a0c5c6469363c1374c56649c66 100644 (file)
@@ -95,6 +95,7 @@ struct working_area {
        uint32_t size;
        bool free;
        uint8_t *backup;
+       struct working_area **user;
        struct working_area *next;
 };