flash/flash.c: remove forward 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)
commit5c95741df7a582ef4901bc18f85f7c4f38b252dd
tree9578af4020016584d12d9cbb7b978ea1b7f49087
parent7269ba5eb6c4c0e3b8dfceba9d5f2c2f4dfc1618
flash/flash.c: remove forward declarations

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

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