X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=29417c2028672112f9ba07fcad849f442e49860d;hp=0d317fcd34f48f5e7098f1cfb896cd8c791f3ccb;hb=4a96d43bb566f00596a31a41c535cabbf52d4f20;hpb=4a05bdc44785a2e336ea6289d21a0918bf28a1cf diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index 0d317fc..29417c2 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -28,7 +28,7 @@ #define YAFFSFS_N_HANDLES 100 -typedef struct { +typedef struct yaffsfs_DeviceConfigurationStruct { const YCHAR *prefix; struct yaffs_DeviceStruct *dev; } yaffsfs_DeviceConfiguration;