openocd/src/flash
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
..
nand change #include "armv4_5.h" to <target/armv4_5.h> 2009-12-03 04:24:41 -08:00
nor change #include "armv7m.h" to <target/armv7m.h> 2009-12-03 04:24:41 -08:00
ocl/at91sam7x src/flash: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
arm_nandio.c change #include "armv4_5.h" to <target/armv4_5.h> 2009-12-03 04:24:41 -08:00
arm_nandio.h change #include "binarybuffer.h" to <helper/binarybuffer.h> 2009-12-03 04:22:17 -08:00
common.c change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
common.h change #include "types.h" to <helper/types.h> 2009-12-03 04:22:52 -08:00
flash.c change #include "time_support.h" to <helper/time_support.h> 2009-12-03 04:22:52 -08:00
flash.h change #include "log.h" to <helper/log.h> 2009-12-03 04:22:52 -08:00
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
mflash.c change #include "time_support.h" to <helper/time_support.h> 2009-12-03 04:22:52 -08:00
mflash.h #include "target.h" less wildly 2009-11-16 00:35:24 -08:00
nand_ecc_kw.c nand_device_t -> struct nand_device 2009-11-13 11:58:14 -08:00
nand_ecc.c nand_device_t -> struct nand_device 2009-11-13 11:58:14 -08:00
nand.c change #include "time_support.h" to <helper/time_support.h> 2009-12-03 04:22:52 -08:00
nand.h NAND Flash documentation update. 2009-11-26 23:45:41 -08:00
startup.tcl split startup.tcl file across modules 2009-11-18 07:21:42 -08:00