aboutsummaryrefslogtreecommitdiff
path: root/src/include/target.h
diff options
context:
space:
mode:
authorGareth McMullin2012-06-22 23:13:25 +1200
committerGareth McMullin2012-06-22 23:13:25 +1200
commitc09cbe8719493f8a9220fa2ac4a224eb67f520f2 (patch)
tree325254b0c08291db0036723f0a731df2a264be21 /src/include/target.h
parent33905d720337b6a66a11217e8c46558d019c1e8a (diff)
First cut at an Atmel SAM3X driver.
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