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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user