diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-01 23:01:24 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-01 23:01:24 +0000 |
commit | a88871bc6ad13561d9e60fbd9152b8f0c05329b1 (patch) | |
tree | 1d6e0db86dc55b47c80ad5766c58d6e2a94b163d /src/xsvf | |
parent | 35082f788b457b8f5fde9943d9b4246592f29c1d (diff) |
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/xsvf')
-rw-r--r-- | src/xsvf/xsvf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 0ec9f4dc..6d355911 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -41,6 +41,7 @@ #include "config.h" #endif +#define INCLUDE_JTAG_INTERFACE_H #include "xsvf.h" #include "jtag.h" |