summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 01:02:52 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 01:02:52 -0800
commitff50caa8faaf135426d08f082805b9895b978e9b (patch)
tree4362cc44f4308800063b55d66c1989d6540c9a09 /src/target/armv7m.h
parentd269122f91efaf2f745424c215fabb758b7e7ea0 (diff)
downloadopenocd+libswd-ff50caa8faaf135426d08f082805b9895b978e9b.tar.gz
openocd+libswd-ff50caa8faaf135426d08f082805b9895b978e9b.tar.bz2
openocd+libswd-ff50caa8faaf135426d08f082805b9895b978e9b.tar.xz
openocd+libswd-ff50caa8faaf135426d08f082805b9895b978e9b.zip
ARMv7M: add docs, remove exports
Add Doxygen for the exported ARMv7-M interfaces. Make the non-exported stuff static. Remove functions and data which are now observably unused. Add comment about a small speedup that the run_algorithm() logic could use. Shrink a few too-long lines. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/armv7m.h')
-rw-r--r--src/target/armv7m.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7m.h b/src/target/armv7m.h
index 2ee92f43..d9c62a8d 100644
--- a/src/target/armv7m.h
+++ b/src/target/armv7m.h
@@ -41,7 +41,7 @@ enum armv7m_mode
ARMV7M_MODE_ANY = -1
};
-extern char* armv7m_mode_strings[];
+extern char *armv7m_mode_strings[];
enum armv7m_regtype
{