aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/imp.h
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/imp.h
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/imp.h')
-rw-r--r--src/flash/nor/imp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/imp.h b/src/flash/nor/imp.h
index 84ef8715..4c849fef 100644
--- a/src/flash/nor/imp.h
+++ b/src/flash/nor/imp.h
@@ -21,6 +21,7 @@
// this is an internal header
#include "core.h"
+#include "driver.h"
// common flash internals
#include <flash/common.h>
// almost all drivers will need this file