jtag: remove useless declarations
authorZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 05:21:06 +0000 (21:21 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 05:39:28 +0000 (21:39 -0800)
commit8d6dcb9d39f0f948ef44beff991337b830fc4567
treea0219bfc5172ec97a24ab8a8acfa01c7e6c8c70a
parentef6387a0c90913b888aea33ac7a275a246e3e8e3
jtag: remove useless declarations

Contrary to my previous assessment, some opportunities to remove forward
declarations were overlooked.  Remove them by moving the definitions
of the command registration and interface structure to the end of files.
src/jtag/amt_jtagaccel.c
src/jtag/ft2232.c
src/jtag/gw16012.c
src/jtag/parport.c
src/jtag/tcl.c
src/jtag/vsllink.c