]> git.gag.com Git - fw/openocd/commit
flash/at91sam[37].c: remove useless declarations
authorZachary T Welch <zw@superlucidity.net>
Mon, 9 Nov 2009 17:20:33 +0000 (09:20 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 02:42:47 +0000 (18:42 -0800)
commit4cd02c63e9213b7f33ec4ac33d481fb00e00708f
tree2af74c6541877a2dc53bbd490d0b46b2b662629b
parent770716e9e079f3fb088994e28aa08edfc5afd2fb
flash/at91sam[37].c: remove useless declarations

Remove useless forward declarations.
Moves command registration to end of file.
Moves flash structure definitions to end of files.

Changes a few references to global flash structure to local refs.

Signed-off-by: Zachary T Welch <zw@superlucidity.net>
src/flash/at91sam3.c
src/flash/at91sam7.c