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 | 56adfadb5de436ea627dc04a537917318317fd01 (patch) | |
tree | d8326f0cdd9a6317bdd090b346b589d444d57637 /doc/openocd.texi | |
parent | ddea03304310e1342ee127fc7e6507bbfb237ae4 (diff) | |
download | openocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.tar.gz openocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.tar.bz2 openocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.tar.xz openocd+libswd-56adfadb5de436ea627dc04a537917318317fd01.zip |
change #include "armv4_5_cache.h" to <target/armv4_5_cache.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "armv4_5_cache.h"
the following form should be used.
#include <target/armv4_5_cache.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'doc/openocd.texi')
0 files changed, 0 insertions, 0 deletions