summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-06 03:50:26 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-08 15:47:04 -0800
commitda3196bf5e52a6d01f27cf228f87e395523cf901 (patch)
tree2dbc508dacce9b5e64e6a02412cb063f92eb6d8f /src/target/arm11.c
parente41147bf7546307a2eff8d4ad6fc93e0d08eefb3 (diff)
downloadopenocd_libswd-da3196bf5e52a6d01f27cf228f87e395523cf901.tar.gz
openocd_libswd-da3196bf5e52a6d01f27cf228f87e395523cf901.tar.bz2
openocd_libswd-da3196bf5e52a6d01f27cf228f87e395523cf901.tar.xz
openocd_libswd-da3196bf5e52a6d01f27cf228f87e395523cf901.zip
Add private header for ARM11 internals.
Reduces confusion about location of associated routines and reduces clutter in the arm11 header. Removes extra whitespace around the lines touched by these changes.
Diffstat (limited to 'src/target/arm11.c')
-rw-r--r--src/target/arm11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm11.c b/src/target/arm11.c
index fb57ee5d..6cdfa64a 100644
--- a/src/target/arm11.c
+++ b/src/target/arm11.c
@@ -27,6 +27,7 @@
#endif
#include "arm11.h"
+#include "arm11_dbgtap.h"
#include "armv4_5.h"
#include "arm_simulator.h"
#include "time_support.h"