From 1527272fb21beee7839335ea5587e879163d2ed1 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 4 Dec 2009 13:42:09 -0800 Subject: split NOR and NAND flash headers Moves common flash errors to to decouple these two mostly unrelated trees of code. --- src/flash/nand.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/flash/nand.h') diff --git a/src/flash/nand.h b/src/flash/nand.h index 230cf508..f91dedaf 100644 --- a/src/flash/nand.h +++ b/src/flash/nand.h @@ -25,7 +25,9 @@ #ifndef NAND_H #define NAND_H -#include +#include +// to be removed later +#include struct nand_device; -- cgit v1.2.3