summaryrefslogtreecommitdiff
path: root/src/target/arm_adi_v5.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-03 04:14:41 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-03 04:24:40 -0800
commit15accefbe284cfa0c4735ecb5ae3d2127ac8cfff (patch)
tree0e069c2fd8fdca8e82296325b3ead0e63e3c3c8d /src/target/arm_adi_v5.h
parent98eea5680b491a26812214ddfeeafb3f088b94aa (diff)
downloadopenocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.gz
openocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.bz2
openocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.tar.xz
openocd+libswd-15accefbe284cfa0c4735ecb5ae3d2127ac8cfff.zip
change #include "arm_jtag.h" to <target/arm_jtag.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "arm_jtag.h" the following form should be used. #include <target/arm_jtag.h> The exception is from .c files in the same directory.
Diffstat (limited to 'src/target/arm_adi_v5.h')
-rw-r--r--src/target/arm_adi_v5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm_adi_v5.h b/src/target/arm_adi_v5.h
index a78193c6..c268f969 100644
--- a/src/target/arm_adi_v5.h
+++ b/src/target/arm_adi_v5.h
@@ -23,7 +23,7 @@
#ifndef ARM_ADI_V5_H
#define ARM_ADI_V5_H
-#include "arm_jtag.h"
+#include <target/arm_jtag.h>
#define DAP_IR_DPACC 0xA
#define DAP_IR_APACC 0xB