From 4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073 Mon Sep 17 00:00:00 2001 From: zwelch Date: Wed, 3 Jun 2009 00:45:21 +0000 Subject: Move the JTAG cable interface API implementation - Cloned the src/jtag/jtag.c file to src/jtag/interface.c. - For each for of those files, deleted the contents of the other. - Add new source file to automake input. git-svn-id: svn://svn.berlios.de/openocd/trunk@2012 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jtag/interface.h') diff --git a/src/jtag/interface.h b/src/jtag/interface.h index cc6ba42d..1435fe8c 100644 --- a/src/jtag/interface.h +++ b/src/jtag/interface.h @@ -26,6 +26,8 @@ #ifndef OPENOCD_JTAG_INTERFACE_H #define OPENOCD_JTAG_INTERFACE_H +#include "jtag.h" + /* @file * The "Cable Helper API" is what the cable drivers can use to help * implement their "Cable API". So a Cable Helper API is a set of -- cgit v1.2.3