diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
| -rw-r--r-- | include/linux/mtd/nand.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index f9b7d36a7..2993a89e1 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -204,6 +204,8 @@ typedef enum {     (e.g. because it needs them DMA-coherent */  #define NAND_OWN_BUFFERS	0x00040000  /* Options set by nand scan */ +/* bbt has already been read */ +#define NAND_BBT_SCANNED	0x40000000  /* Nand scan has allocated controller struct */  #define NAND_CONTROLLER_ALLOC	0x80000000 |