target: move 'extern' decls to *.h files
commite7acbdf5dbfcea427fc8b0fc7e8dd2e1005a4cc8
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 8 Dec 2009 21:06:41 +0000 (8 13:06 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 8 Dec 2009 21:06:41 +0000 (8 13:06 -0800)
tree426c05e5d407f1462e0bcd40744ebfcaae00631d
parentac19fc0da7e9b5542d5bcb9d6a6370efdeb2f1ee
target: move 'extern' decls to *.h files

The exception being declarations for drivers.  Those should
be split out in some clean way -- like driver add/remove calls
made by initialization code -- but that's for another day.

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