aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/flashchip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/flashchip.h')
-rw-r--r--include/linux/mtd/flashchip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mtd/flashchip.h b/include/linux/mtd/flashchip.h
index f350a4879f7..d0bf422ae37 100644
--- a/include/linux/mtd/flashchip.h
+++ b/include/linux/mtd/flashchip.h
@@ -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;