summaryrefslogtreecommitdiff
path: root/src/jtag/ep93xx.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-01 23:01:24 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-01 23:01:24 +0000
commita88871bc6ad13561d9e60fbd9152b8f0c05329b1 (patch)
tree1d6e0db86dc55b47c80ad5766c58d6e2a94b163d /src/jtag/ep93xx.c
parent35082f788b457b8f5fde9943d9b4246592f29c1d (diff)
downloadopenocd+libswd-a88871bc6ad13561d9e60fbd9152b8f0c05329b1.tar.gz
openocd+libswd-a88871bc6ad13561d9e60fbd9152b8f0c05329b1.tar.bz2
openocd+libswd-a88871bc6ad13561d9e60fbd9152b8f0c05329b1.tar.xz
openocd+libswd-a88871bc6ad13561d9e60fbd9152b8f0c05329b1.zip
Encapsulate JTAG Cable API and interface structure, plan for new header file.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1984 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/ep93xx.c')
-rw-r--r--src/jtag/ep93xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/ep93xx.c b/src/jtag/ep93xx.c
index 1f422314..0ac4c2f0 100644
--- a/src/jtag/ep93xx.c
+++ b/src/jtag/ep93xx.c
@@ -21,6 +21,7 @@
#include "config.h"
#endif
+#define INCLUDE_JTAG_INTERFACE_H
#include "jtag.h"
#include "bitbang.h"