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

	#include "ocl.h"

the following form should be used.

	#include <flash/nor/ocl.h>

The exception is from .c files in the same directory.
2009-12-03 04:24:49 -08:00
..
at91sam7x_ocl_flash.script - added svn props for newly added files 2008-04-24 11:09:28 +00:00
at91sam7x_ram.ld Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
crt.s Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
dcc.c Remove whitespace that occurs before ')'. 2009-06-23 22:47:42 +00:00
dcc.h src/flash: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
main.c change #include "ocl.h" to <flash/nor/ocl.h> 2009-12-03 04:24:49 -08:00
makefile Remove annoying end-of-line whitespace from most src/* 2009-09-21 18:40:55 +00:00
ocl.h - added svn props for newly added files 2008-04-24 11:09:28 +00:00
platform.h - added svn props for newly added files 2008-04-24 11:09:28 +00:00
samflash.c Remove whitespace at end of lines, step 1. 2009-06-23 22:49:23 +00:00
samflash.h src/flash: remove 'extern' and wrap headers 2009-11-09 09:44:33 -08:00
samregs.h - added svn props for newly added files 2008-04-24 11:09:28 +00:00