aboutsummaryrefslogtreecommitdiff
path: root/src/include/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/target.h')
-rw-r--r--src/include/target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/target.h b/src/include/target.h
index 1ff61b5..5630b93 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -159,6 +159,9 @@ typedef struct target_s {
int (*check_hw_wp)(struct target_s *target, uint32_t *addr);
+ /* target-defined options */
+ unsigned target_options;
+
/* Flash memory access functions */
const char *xml_mem_map;
int (*flash_erase)(struct target_s *target, uint32_t addr, int len);