From ae6374e25dae7b02636e440549b87040d03cc5aa Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 4 Dec 2009 16:07:47 -0800 Subject: split flash.h into into flash/nor/*.h Move the bulk of the flash.h file into flash/nor/core.h, leaving an empty husk that will be removed in the next patch. The NOR driver structure is an implementation detail, so move it into its own private header file along with helper declaration for finding them by name. --- src/flash/nor/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flash/nor/Makefile.am') diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index bafe424f..f1850812 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -34,6 +34,7 @@ noinst_HEADERS = \ avrf.h \ core.h \ cfi.h \ + driver.h \ imp.h \ lpc2000.h \ lpc288x.h \ -- cgit v1.2.3