mtd: OneNAND: multiblock erase support
[safe/jmp/linux-2.6] / include / linux / mtd / flashchip.h
index f350a48..d0bf422 100644 (file)
@@ -41,9 +41,11 @@ typedef enum {
        /* These 2 come from nand_state_t, which has been unified here */
        FL_READING,
        FL_CACHEDPRG,
-       /* These 2 come from onenand_state_t, which has been unified here */
+       /* These 4 come from onenand_state_t, which has been unified here */
        FL_RESETING,
        FL_OTPING,
+       FL_PREPARING_ERASE,
+       FL_VERIFYING_ERASE,
 
        FL_UNKNOWN
 } flstate_t;