openocd/src/flash/nor
Zachary T Welch f52a596860 change #include "armv7m.h" to <target/armv7m.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "armv7m.h"

the following form should be used.

	#include <target/armv7m.h>

The exception is from .c files in the same directory.
2009-12-03 04:24:41 -08:00
..
aduc702x.c change #include "armv4_5.h" to <target/armv4_5.h> 2009-12-03 04:24:41 -08:00
at91sam3.c change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
at91sam3.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
at91sam7.c change #include "binarybuffer.h" to <helper/binarybuffer.h> 2009-12-03 04:22:17 -08:00
at91sam7.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
avrf.c move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
avrf.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
cfi.c change #include "armv4_5.h" to <target/armv4_5.h> 2009-12-03 04:24:41 -08:00
cfi.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
ecos.c change #include "algorithm.h" to <target/algorithm.h> 2009-12-03 04:24:40 -08:00
faux.c move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
lpc288x.c change #include "binarybuffer.h" to <helper/binarybuffer.h> 2009-12-03 04:22:17 -08:00
lpc288x.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
lpc2000.c change #include "armv7m.h" to <target/armv7m.h> 2009-12-03 04:24:41 -08:00
lpc2000.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
lpc2900.c change #include "armv4_5.h" to <target/armv4_5.h> 2009-12-03 04:24:41 -08:00
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
non_cfi.c move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
non_cfi.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
ocl.c move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
ocl.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
pic32mx.c move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
pic32mx.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
stellaris.c change #include "armv7m.h" to <target/armv7m.h> 2009-12-03 04:24:41 -08:00
stellaris.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
stm32x.c change #include "armv7m.h" to <target/armv7m.h> 2009-12-03 04:24:41 -08:00
stm32x.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
str7x.c change #include "armv4_5.h" to <target/armv4_5.h> 2009-12-03 04:24:41 -08:00
str7x.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
str9x.c change #include "arm966e.h" to <target/arm966e.h> 2009-12-03 04:24:40 -08:00
str9x.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
str9xpec.c change #include "arm7_9_common.h" to <target/arm7_9_common.h> 2009-12-03 04:24:40 -08:00
str9xpec.h change #include "jtag.h" to <jtag/jtag.h> 2009-12-03 04:24:33 -08:00
tms470.c move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
tms470.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00