summaryrefslogtreecommitdiffstats
path: root/include/driver.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-09-13 15:08:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-14 14:04:20 +0200
commit1369bfd44f2393893036ee50f81e0104f7fb6416 (patch)
treef5eab85de4e8529904ec012bf4c7668d37d444da /include/driver.h
parent51dce5facb4d1a6f182ede9654b25c2e83878aee (diff)
downloadbarebox-1369bfd44f2393893036ee50f81e0104f7fb6416.tar.gz
barebox-1369bfd44f2393893036ee50f81e0104f7fb6416.tar.xz
cdev: store dos partition type in struct cdev
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/driver.h b/include/driver.h
index 9e4bffdb21..7f0532e1a6 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -456,6 +456,7 @@ struct cdev {
unsigned int flags;
int open;
struct mtd_info *mtd;
+ u8 dos_partition_type;
};
int devfs_create(struct cdev *);