Revert "target: remove unused working area 'user' field"
[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;
 };