patch-2.4.21 linux-2.4.21/include/linux/mtd/flashchip.h

Next file: linux-2.4.21/include/linux/mtd/ftl.h
Previous file: linux-2.4.21/include/linux/mtd/compatmac.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/linux/mtd/flashchip.h linux-2.4.21/include/linux/mtd/flashchip.h
@@ -6,7 +6,7 @@
  *
  * (C) 2000 Red Hat. GPLd.
  *
- * $Id: flashchip.h,v 1.7 2001/01/18 03:52:36 nico Exp $
+ * $Id: flashchip.h,v 1.8 2002/10/21 13:20:52 jocke Exp $
  *
  */
 
@@ -36,6 +36,7 @@
 	FL_UNLOADING,
 	FL_LOCKING,
 	FL_UNLOCKING,
+	FL_POINT,
 	FL_UNKNOWN
 } flstate_t;
 
@@ -54,6 +55,7 @@
 	   a given offset, and we'll want to add the per-chip length field
 	   back in.
 	*/
+	int ref_point_counter;
 	flstate_t state;
 	flstate_t oldstate;
 	spinlock_t *mutex;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)