summaryrefslogtreecommitdiff
path: root/src/jtag/bitq.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 06:29:09 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 06:29:09 +0000
commita3e84343e202eb70ebce0ec1e8b15d7f9ce57f00 (patch)
treece93d2835b4edb89f4ef34ecc8d5bcd462dec10b /src/jtag/bitq.h
parent4a6adee17e18fc4aba58f8bfbb463c67a8fd6b5d (diff)
downloadopenocd_libswd-a3e84343e202eb70ebce0ec1e8b15d7f9ce57f00.tar.gz
openocd_libswd-a3e84343e202eb70ebce0ec1e8b15d7f9ce57f00.tar.bz2
openocd_libswd-a3e84343e202eb70ebce0ec1e8b15d7f9ce57f00.tar.xz
openocd_libswd-a3e84343e202eb70ebce0ec1e8b15d7f9ce57f00.zip
Finish JTAG header file modularization; command factoring follows.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2029 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/bitq.h')
-rw-r--r--src/jtag/bitq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/bitq.h b/src/jtag/bitq.h
index 2ee3f6b6..6b441bf5 100644
--- a/src/jtag/bitq.h
+++ b/src/jtag/bitq.h
@@ -20,7 +20,7 @@
#ifndef BITQ_H
#define BITQ_H
-#include "jtag.h"
+#include "commands.h"
typedef struct bitq_interface_s
{