openocd/src/flash/nand
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
..
davinci.c change #include "arm_nandio.h" to <flash/arm_nandio.h> 2009-12-03 04:24:42 -08:00
lpc3180.c change #include "nand.h" to <flash/nand.h> 2009-12-03 04:24:42 -08:00
lpc3180.h move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
mx3.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
mx3.h change #include "nand.h" to <flash/nand.h> 2009-12-03 04:24:42 -08:00
nonce.c change #include "nand.h" to <flash/nand.h> 2009-12-03 04:24:42 -08:00
orion.c change #include "arm_nandio.h" to <flash/arm_nandio.h> 2009-12-03 04:24:42 -08:00
s3c24xx_regs.h move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c24xx.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c24xx.h change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h> 2009-12-03 04:24:49 -08:00
s3c2410.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2412.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2440.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00
s3c2443.c move nand drivers to src/flash/nand/ 2009-12-02 23:27:09 -08:00