X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=0993c1d50ff19d6e36006e7c9cf35f1011a1898f;hp=f8320334a3a222cee6d5430935ee9a4efad2d2fd;hb=5e0db4930940ade57ea3bf3dce0d3db0362a9f0e;hpb=6648cbf52d6695755941ff8607fd7a0cda542e05 diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index f832033..0993c1d 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -1,5 +1,5 @@ /* - * YAFFS: Yet another Flash File System . A NAND-flash specific file system. + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering @@ -23,15 +23,17 @@ #define __YAFFSCFG_H__ -#include "yportenv.h" +#include "yportenv.h" -#define YAFFSFS_N_HANDLES 100 +#define YAFFSFS_N_HANDLES 100 +#define YAFFSFS_N_DSC 20 -typedef struct yaffsfs_DeviceConfigurationStruct { + +struct yaffsfs_DeviceConfiguration { const YCHAR *prefix; struct yaffs_dev *dev; -} yaffsfs_DeviceConfiguration; +}; #endif