aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-13 10:45:36 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-18 21:45:42 +0000
commit3528457ba8f8b41e2bb96ee925dec21eaab1644a (patch)
tree71f6c4bf2d193eb288176ae2853778dbc8e2ad24 /src/target/armv7m.h
parent0c2f8b6eb8f4b379aa0c78caba73ec1ebaae8414 (diff)
target: move regmaps to armv7m.c
This move will enable use to share with regmaps with the stlink target. Change-Id: If8f41c7c53323d5074cb22ec3440530c1e402004 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/377 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index ca921468..aef6b767 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -49,6 +49,8 @@ enum armv7m_mode
};
extern char *armv7m_mode_strings[];
+extern const int armv7m_psp_reg_map[];
+extern const int armv7m_msp_reg_map[];
enum armv7m_regtype
{