riscv-openocd/src/flash
Zachary T Welch 14ed20967f change #include "fileio.h" to <helper/fileio.h>
Changes from the flat namespace to heirarchical one.  Instead of writing:

	#include "fileio.h"

the following form should be used.

	#include <helper/fileio.h>

The exception is from .c files in the same directory.
2009-12-03 04:22:51 -08:00
..
nand normalize headers to make changing easier 2009-12-03 04:20:31 -08:00
nor change #include "binarybuffer.h" to <helper/binarybuffer.h> 2009-12-03 04:22:17 -08:00
ocl/at91sam7x src/flash: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
Makefile.am allow #include directives to use module name 2009-12-03 01:54:15 -08:00
arm_nandio.c ARM NAND I/O documentation update. 2009-11-26 23:56:58 -08:00
arm_nandio.h change #include "binarybuffer.h" to <helper/binarybuffer.h> 2009-12-03 04:22:17 -08:00
common.c fix flash/nand name parsing 2009-11-20 07:10:55 -08:00
common.h allow flash/nand banks commands to accept names 2009-11-19 13:39:41 -08:00
flash.c flash: factor init to 'flash init' 2009-12-02 13:26:22 -08:00
flash.h remove flash_driver->register_callbacks 2009-11-24 21:37:35 -08:00
mflash.c change #include "fileio.h" to <helper/fileio.h> 2009-12-03 04:22:51 -08:00
mflash.h #include "target.h" less wildly 2009-11-16 00:35:24 -08:00
nand.c change #include "fileio.h" to <helper/fileio.h> 2009-12-03 04:22:51 -08:00
nand.h NAND Flash documentation update. 2009-11-26 23:45:41 -08:00
nand_ecc.c nand_device_t -> struct nand_device 2009-11-13 11:58:14 -08:00
nand_ecc_kw.c nand_device_t -> struct nand_device 2009-11-13 11:58:14 -08:00
startup.tcl split startup.tcl file across modules 2009-11-18 07:21:42 -08:00