summaryrefslogtreecommitdiffstats
path: root/external/opal-prd/pnor.h
diff options
context:
space:
mode:
Diffstat (limited to 'external/opal-prd/pnor.h')
-rw-r--r--external/opal-prd/pnor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/external/opal-prd/pnor.h b/external/opal-prd/pnor.h
index 06219dce..729a969e 100644
--- a/external/opal-prd/pnor.h
+++ b/external/opal-prd/pnor.h
@@ -2,12 +2,14 @@
#define PNOR_H
#include <libflash/libffs.h>
+#include <libflash/blocklevel.h>
struct pnor {
char *path;
struct ffs_handle *ffsh;
uint32_t size;
uint32_t erasesize;
+ struct blocklevel_device *bl;
};
enum pnor_op {
OpenPOWER on IntegriCloud