]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mtd/flashchip.h
[MTD] [NAND] remove excess kernel-doc notation
[linux-2.6-omap-h63xx.git] / include / linux / mtd / flashchip.h
index a293a3b78e05741ff372229959aee31fb5b5e834..d4f38c5fd44ec1d1affcc5876e23dfaadc727fd8 100644 (file)
@@ -5,9 +5,6 @@
  * Contains information about the location and state of a given flash device
  *
  * (C) 2000 Red Hat. GPLd.
- *
- * $Id: flashchip.h,v 1.18 2005/11/07 11:14:54 gleixner Exp $
- *
  */
 
 #ifndef __MTD_FLASHCHIP_H__
@@ -40,6 +37,7 @@ typedef enum {
        FL_POINT,
        FL_XIP_WHILE_ERASING,
        FL_XIP_WHILE_WRITING,
+       FL_SHUTDOWN,
        FL_UNKNOWN
 } flstate_t;
 
@@ -75,6 +73,10 @@ struct flchip {
        int buffer_write_time;
        int erase_time;
 
+       int word_write_time_max;
+       int buffer_write_time_max;
+       int erase_time_max;
+
        void *priv;
 };