summaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 00:45:21 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 00:45:21 +0000
commit4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073 (patch)
tree273e0c384f444447bf44d864a41b843f0854f054 /src/jtag/interface.h
parentf7d011a955d993173f76ff707f4db9cdc1006cb5 (diff)
downloadopenocd+libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.tar.gz
openocd+libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.tar.bz2
openocd+libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.tar.xz
openocd+libswd-4ecf2c7dd83fb1123f8b62994e6fa6d729bb2073.zip
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
Diffstat (limited to 'src/jtag/interface.h')
-rw-r--r--src/jtag/interface.h2
1 files changed, 2 insertions, 0 deletions
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