X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_guts.h;h=96c576f7ef04c5d03a9d021e33017acfc63fa772;hp=1fb8b870d2746258ec0134fcdfc18297063885b1;hb=412a849e17d81802a45dbed775a6461c8c3a72c7;hpb=c6b03b32a79d425c28ac2de255a89135c19f5f15 diff --git a/yaffs_guts.h b/yaffs_guts.h index 1fb8b87..96c576f 100644 --- a/yaffs_guts.h +++ b/yaffs_guts.h @@ -14,7 +14,7 @@ * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. * - * $Id: yaffs_guts.h,v 1.9 2005-07-26 03:05:28 charles Exp $ + * $Id: yaffs_guts.h,v 1.10 2005-07-26 23:04:34 charles Exp $ */ #ifndef __YAFFS_GUTS_H__ @@ -505,6 +505,9 @@ typedef struct { struct yaffs_DeviceStruct { + struct list_head devList; + const char *name; + // Entry parameters set up way early. Yaffs sets up the rest. int nBytesPerChunk; // Should be a power of 2 >= 512 int nChunksPerBlock; // does not need to be a power of 2