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/1063
-- gerrit commit 932cd46472f73242feecd7a1cce20e6c3e47ce19 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: I5e6ff4ca465eec61710791e7be2a3ba99e989cc6 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 7b4423c..e878b0b 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
