From d9dc604a4d790f557a7ba502babdabffa27eaa17 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 4 Dec 2009 14:06:20 -0800 Subject: 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. --- src/flash/nor/imp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/flash/nor/imp.h') diff --git a/src/flash/nor/imp.h b/src/flash/nor/imp.h index ade7297a..84ef8715 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 +// almost all drivers will need this file +#include /** * Adds a new NOR bank to the global list of banks. -- cgit v1.2.3-18-g5258