Skip to content
Snippets Groups Projects
Commit 4d17541a authored by David Brownell's avatar David Brownell
Browse files

ARM926: remove exports and forward decls


Unneeded exports cause confusion about the module interfaces.
Only the Feroceon code builds on this, so only routines it
reuses should be public..  Make most remaining functions
static, and fix some of the line-too-long issues.

The forward decls are just code clutter; move their references
later, after the normal declarations.  Turns out we don't need
even one forward declaration in this file.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent 053a763a
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment