aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index c0464d41f539..023866572fb1 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -223,6 +223,8 @@ typedef enum {
223 * the OOB area. 223 * the OOB area.
224 */ 224 */
225#define NAND_USE_FLASH_BBT_NO_OOB 0x00100000 225#define NAND_USE_FLASH_BBT_NO_OOB 0x00100000
226/* Create an empty BBT with no vendor information if the BBT is available */
227#define NAND_CREATE_EMPTY_BBT 0x00200000
226 228
227/* Options set by nand scan */ 229/* Options set by nand scan */
228/* Nand scan has allocated controller struct */ 230/* Nand scan has allocated controller struct */