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 /src/target/xscale.h | |
parent | ddea03304310e1342ee127fc7e6507bbfb237ae4 (diff) | |
download | riscv-openocd-56adfadb5de436ea627dc04a537917318317fd01.zip riscv-openocd-56adfadb5de436ea627dc04a537917318317fd01.tar.gz riscv-openocd-56adfadb5de436ea627dc04a537917318317fd01.tar.bz2 |
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 'src/target/xscale.h')
0 files changed, 0 insertions, 0 deletions