diff options
Diffstat (limited to 'src/flash/nor/imp.h')
-rw-r--r-- | src/flash/nor/imp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flash/nor/imp.h b/src/flash/nor/imp.h index ade7297..84ef871 100644 --- a/src/flash/nor/imp.h +++ b/src/flash/nor/imp.h @@ -21,6 +21,10 @@ // this is an internal header #include "core.h" +// common flash internals +#include <flash/common.h> +// almost all drivers will need this file +#include <target/target.h> /** * Adds a new NOR bank to the global list of banks. |