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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/target.h b/src/include/target.h
index cb0e34b..37a712a 100644
--- a/src/include/target.h
+++ b/src/include/target.h
@@ -161,6 +161,7 @@ typedef struct target_s {
/* target-defined options */
unsigned target_options;
+ uint32_t idcode;
/* Flash memory access functions */
const char *xml_mem_map;
@@ -184,6 +185,7 @@ int stm32f1_probe(struct target_s *target);
int stm32f4_probe(struct target_s *target);
int lmi_probe(struct target_s *target);
int lpc11xx_probe(struct target_s *target);
+int sam3x_probe(struct target_s *target);
#endif