David Brownell
303b493c22
NOR: cleanup driver decls
...
Fix goofy struct indents. Function names *are* their addresses.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2010-01-29 13:52:08 -08:00
Zachary T Welch
d9dc604a4d
remove target.h from flash.h
...
The flash.h header does not require the target.h header file, but
its implementation source files do. Move it to flash/nor/imp.h.
2009-12-04 16:56:23 -08:00
Zachary T Welch
d1bc4375e9
change #include "binarybuffer.h" to <helper/binarybuffer.h>
...
Changes from the flat namespace to heirarchical one. Instead of writing:
#include "binarybuffer.h"
the following form should be used.
#include <helper/binarybuffer.h>
The exception is from .c files in the same directory.
2009-12-03 04:22:17 -08:00
Zachary T Welch
fe9228a32d
move nor drivers to src/flash/nor
...
Moves NOR flash drivers to 'src/flash/nor/'.
Adds 'src/flash/nor/Makefile.am'.
Builds 'libocdflashnor.la'.
2009-12-02 23:27:09 -08:00