diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:15:02 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-12-03 04:24:49 -0800 |
commit | 2a402ae2c7bf5ce515ff5bfdd7d68f875686e289 (patch) | |
tree | 6fee762214b1dc5c5f1f0289c50a6a1e28eb3556 /testing/examples/ledtest-imx27ads/test.c | |
parent | afb6d38bd52e508970cfcc4a0d26610f33f42875 (diff) | |
download | openocd+libswd-2a402ae2c7bf5ce515ff5bfdd7d68f875686e289.tar.gz openocd+libswd-2a402ae2c7bf5ce515ff5bfdd7d68f875686e289.tar.bz2 openocd+libswd-2a402ae2c7bf5ce515ff5bfdd7d68f875686e289.tar.xz openocd+libswd-2a402ae2c7bf5ce515ff5bfdd7d68f875686e289.zip |
change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "s3c24xx_regs.h"
the following form should be used.
#include <flash/nand/s3c24xx_regs.h>
The exception is from .c files in the same directory.
Diffstat (limited to 'testing/examples/ledtest-imx27ads/test.c')
0 files changed, 0 insertions, 0 deletions