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

@@ -34,6 +34,7 @@
#include <helper/configuration.h>
#include <xsvf/xsvf.h>
#include <svf/svf.h>
#include <flash/flash.h>
#include <flash/nand.h>
#include <pld/pld.h>
#include <flash/mflash.h>