Add more test scripts to automate running tests.
[yaffs2.git] / direct / yaffscfg.h
index 2a60dc132cb7e6617ca3826bc4322fef2a7f29e9..0d317fcd34f48f5e7098f1cfb896cd8c791f3ccb 100644 (file)
 #define __YAFFSCFG_H__
 
 
-#include "devextras.h"
+#include "yportenv.h"
 
-#define YAFFSFS_N_HANDLES 200
+#define YAFFSFS_N_HANDLES 100
 
 
 typedef struct {
-       const char *prefix;
+       const YCHAR *prefix;
        struct yaffs_DeviceStruct *dev;
 } yaffsfs_DeviceConfiguration;