aboutsummaryrefslogtreecommitdiff
path: root/src/include/cortexm3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cortexm3.h')
-rw-r--r--src/include/cortexm3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/cortexm3.h b/src/include/cortexm3.h
index 7a3d449..9f6f24b 100644
--- a/src/include/cortexm3.h
+++ b/src/include/cortexm3.h
@@ -23,6 +23,9 @@
#include "target.h"
+/* target options recognised by the Cortex-M target */
+#define TOPT_FLAVOUR_V6M (1<<0) /* if not set, target is assumed to be v7m */
+
int cm3_probe(struct target_s *target);
#endif