This is an automated email from Gerrit. Tomasz CEDRO ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1022
-- gerrit commit 21eca8de78449ce496ba165f18e0e9838500c3f1 Author: Tomek CEDRO <[email protected]> Date: Tue Oct 30 17:59:28 2012 +0100 Small reorganization of interface includes. interface/interface.h now includes jtag/interface.h until we separate current openocd interface drivers from jtag specific code. Change-Id: Id48a45a0a997286a7f0b0de457d8de568e4bfa45 Signed-off-by: Tomek CEDRO <[email protected]> diff --git a/src/interface/interface.h b/src/interface/interface.h index e6984b4..054f758 100644 --- a/src/interface/interface.h +++ b/src/interface/interface.h @@ -17,6 +17,8 @@ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <jtag/interface.h> + #ifndef OOCD_INTERFACE_H #define OOCD_INTERFACE_H diff --git a/src/interface/interface_signal.c b/src/interface/interface_signal.c index f2a966a..82b4d0e 100644 --- a/src/interface/interface_signal.c +++ b/src/interface/interface_signal.c @@ -24,7 +24,6 @@ #endif #include <interface/interface.h> -#include <jtag/interface.h> #include <helper/log.h> extern struct jtag_interface *jtag_interface; -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
