diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-02-04 17:32:01 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-02-04 17:32:01 +0200 |
commit | 9c71d77506e02a5280b516843521d91196cde451 (patch) | |
tree | 4a340b502037ec26414170d390fff35c057c2b1e /include/mtd | |
parent | b6cba46406f7058dd003ca1afd837dfc7ed34ce9 (diff) |
mtd_debug: support new flags
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'include/mtd')
-rw-r--r-- | include/mtd/mtd-abi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h index aaae170..86defe1 100644 --- a/include/mtd/mtd-abi.h +++ b/include/mtd/mtd-abi.h @@ -24,6 +24,7 @@ struct mtd_oob_buf { #define MTD_NORFLASH 3 #define MTD_NANDFLASH 4 #define MTD_DATAFLASH 6 +#define MTD_UBIVOLUME 7 #define MTD_WRITEABLE 0x400 /* Device is writeable */ #define MTD_BIT_WRITEABLE 0x800 /* Single bits can be flipped */ |