openocd/src/flash
Zachary T Welch 2a402ae2c7 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.
2009-12-03 04:24:49 -08:00
..
nand change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h> 2009-12-03 04:24:49 -08:00
nor change #include "flash.h" to <flash/flash.h> 2009-12-03 04:24:42 -08:00
ocl/at91sam7x change #include "ocl.h" to <flash/nor/ocl.h> 2009-12-03 04:24:49 -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 "nand.h" to <flash/nand.h> 2009-12-03 04:24:42 -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 "image.h" to <target/image.h> 2009-12-03 04:24:41 -08:00
flash.h change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -08:00
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
mflash.c change #include "target.h" to <target/target.h> 2009-12-03 04:24:42 -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 change #include "flash.h" to <flash/flash.h> 2009-12-03 04:24:42 -08:00
startup.tcl split startup.tcl file across modules 2009-11-18 07:21:42 -08:00