mtd/include/linux/mtd flashchip.h,1.8,1.9
David Woodhouse
dwmw2 at infradead.org
Wed Apr 30 07:15:25 EDT 2003
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv2207
Modified Files:
flashchip.h
Log Message:
Add erase_suspended flag
Index: flashchip.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/flashchip.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- flashchip.h 21 Oct 2002 13:20:52 -0000 1.8
+++ flashchip.h 30 Apr 2003 11:15:22 -0000 1.9
@@ -58,6 +58,10 @@
int ref_point_counter;
flstate_t state;
flstate_t oldstate;
+
+ int write_suspended:1;
+ int erase_suspended:1;
+
spinlock_t *mutex;
spinlock_t _spinlock; /* We do it like this because sometimes they'll be shared. */
wait_queue_head_t wq; /* Wait on here when we're waiting for the chip
More information about the linux-mtd-cvs
mailing list