split NOR and NAND flash headers

Moves common flash errors to <flash/common.h> to decouple these two
mostly unrelated trees of code.
This commit is contained in:
Zachary T Welch
2009-12-04 13:42:09 -08:00
parent 5fdee60fd4
commit 1527272fb2
4 changed files with 15 additions and 12 deletions

View File

@@ -25,7 +25,9 @@
#ifndef NAND_H
#define NAND_H
#include <flash/flash.h>
#include <flash/common.h>
// to be removed later
#include <target/target.h>
struct nand_device;