*** empty log message ***
[yaffs/.git] / direct / yaffscfg.h
index b8a53b36955f61f46e444d972d143f37ed204385..5031fdd1e387f49c21e72de55ae22910ebe39299 100644 (file)
@@ -8,15 +8,14 @@
 #define __YAFFSCFG_H__
 
 
-
-#include "yaffs_guts.h"
+#include "devextras.h"
 
 #define YAFFSFS_N_HANDLES 200
 
 
 typedef struct {
        const char *prefix;
-       yaffs_Device *dev;
+       struct yaffs_DeviceStruct *dev;
 } yaffsfs_DeviceConfiguration;
 
 
@@ -29,3 +28,4 @@ void yaffsfs_SetError(int err);
 
 #endif
 
+