aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/onenand.h
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2005-09-28 22:55:31 -0400
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-11-06 16:42:28 -0500
commita41371eb6d9b368e53867cd85156f07371e9f72f (patch)
tree962ef7c7222e0790294548564254022911c239ad /include/linux/mtd/onenand.h
parentd55849aa4d219b734795862692cc6981af848357 (diff)
[MTD] OneNAND: Power Management (PM) support
Add suspend/resume Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/mtd/onenand.h')
-rw-r--r--include/linux/mtd/onenand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h
index 58023082320..afaa6342aa7 100644
--- a/include/linux/mtd/onenand.h
+++ b/include/linux/mtd/onenand.h
@@ -36,6 +36,7 @@ typedef enum {
36 FL_SYNCING, 36 FL_SYNCING,
37 FL_UNLOCKING, 37 FL_UNLOCKING,
38 FL_LOCKING, 38 FL_LOCKING,
39 FL_PM_SUSPENDED,
39} onenand_state_t; 40} onenand_state_t;
40 41
41/** 42/**