transport: move files over to transport folder

as we introduce swd and jtag as two transports, we want
to start up with a new transport folder to organize the
code a bit.
This commit is contained in:
Øyvind Harboe
2011-06-13 15:42:46 +02:00
parent 1b0862c189
commit c8b5719802
11 changed files with 26 additions and 8 deletions

View File

@@ -81,7 +81,7 @@
/* project specific includes */
#include <jtag/interface.h>
#include <jtag/transport.h>
#include <transport/transport.h>
#include <helper/time_support.h>
#if IS_CYGWIN == 1