diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:14:42 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:41 -0800 |
commit | 377c5504b9cd040aa986d0927ab8aa49032b8584 (patch) | |
tree | fd8a953d0b61506d021ddb029b7b794d3c94c355 /tcl/interface/arm-usb-ocd.cfg | |
parent | 56adfadb5de436ea627dc04a537917318317fd01 (diff) | |
download | openocd_libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.gz openocd_libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.bz2 openocd_libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.tar.xz openocd_libswd-377c5504b9cd040aa986d0927ab8aa49032b8584.zip |
change #include "armv4_5_mmu.h" to <target/armv4_5_mmu.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "armv4_5_mmu.h"
the following form should be used.
#include <target/armv4_5_mmu.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'tcl/interface/arm-usb-ocd.cfg')
0 files changed, 0 insertions, 0 deletions