summaryrefslogtreecommitdiffstats
path: root/include/cfi_flash_new.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-04-22 23:39:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-07-21 16:41:44 +0200
commita2b7cd183bad9c9e0888ce62f5ae0f83c070cc2a (patch)
tree556535cae729eac244edff816476cab281c6be7b /include/cfi_flash_new.h
parent6411c3b2be40bb295520db2e9f6f891873a48b1a (diff)
downloadbarebox-a2b7cd183bad9c9e0888ce62f5ae0f83c070cc2a.tar.gz
barebox-a2b7cd183bad9c9e0888ce62f5ae0f83c070cc2a.tar.xz
introduce cdev
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/cfi_flash_new.h')
-rw-r--r--include/cfi_flash_new.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cfi_flash_new.h b/include/cfi_flash_new.h
index 5d4bd5b585..2ebe83b455 100644
--- a/include/cfi_flash_new.h
+++ b/include/cfi_flash_new.h
@@ -59,6 +59,7 @@ typedef struct {
ushort cfi_version; /* cfi version */
ushort cfi_offset; /* offset for cfi query */
struct cfi_cmd_set *cfi_cmd_set;
+ struct cdev cdev;
} flash_info_t;
struct cfi_cmd_set {