Some fixes and add NOR integrity code
[yaffs2.git] / direct / yaffscfg.h
index 2a60dc132cb7e6617ca3826bc4322fef2a7f29e9..fc7add69a8dfd42b7b3b4b7d65c3b7eae4ad8d6a 100644 (file)
 #define __YAFFSCFG_H__
 
 
-#include "devextras.h"
+#include "yportenv.h"
 
 #define YAFFSFS_N_HANDLES 200
 
 
 typedef struct {
-       const char *prefix;
+       const YCHAR *prefix;
        struct yaffs_DeviceStruct *dev;
 } yaffsfs_DeviceConfiguration;