aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/drivers.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-04 16:07:47 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-04 16:56:24 -0800
commitae6374e25dae7b02636e440549b87040d03cc5aa (patch)
treebd071a2ad5c31a8d96308062f9bfd943325b631f /src/flash/nor/drivers.c
parentd9dc604a4d790f557a7ba502babdabffa27eaa17 (diff)
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 <flash/nor/driver.h> along with helper declaration for finding them by name.
Diffstat (limited to 'src/flash/nor/drivers.c')
-rw-r--r--src/flash/nor/drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/drivers.c b/src/flash/nor/drivers.c
index be72b5c3..7f71d83a 100644
--- a/src/flash/nor/drivers.c
+++ b/src/flash/nor/drivers.c
@@ -19,7 +19,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <flash/nor/core.h>
+#include "imp.h"
extern struct flash_driver lpc2000_flash;
extern struct flash_driver lpc288x_flash;