Cortex-M3: remove exports and forward decls
commitce88e8adf7de87b0f2e5904c1f620e47774a0458
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 28 Oct 2009 17:53:11 +0000 (28 10:53 -0700)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 28 Oct 2009 17:53:11 +0000 (28 10:53 -0700)
tree643c9c6a96b4aeabb7ee827bac2e40e8c9f2a2de
parent4d17541a2c46fe75fbdcdfdaa647c4a4327c6561
Cortex-M3: remove exports and forward decls

Unneeded exports cause confusion about the module interfaces.
Make most functions static, and fix some line-too-long issues.
Delete some now-obviously-unused code.

The forward decls are just code clutter; move their references
later, after the normal declarations.  (Or vice versa.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/cortex_m3.c
src/target/cortex_m3.h